mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-29 22:24:32 +02:00
-New logo and splash
This commit is contained in:
parent
1a3958b888
commit
d41bbb7417
@ -82,7 +82,7 @@
|
|||||||
<zipgroupfileset dir="dist/lib" includes="*.jar"/>
|
<zipgroupfileset dir="dist/lib" includes="*.jar"/>
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Main-Class" value="${main.class}"/>
|
<attribute name="Main-Class" value="${main.class}"/>
|
||||||
<attribute name="SplashScreen-Image" value="megabasterd/dot_com.jpg"/>
|
<attribute name="SplashScreen-Image" value="megabasterd/dot_com.png"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
<zip destfile="${store.jar}">
|
<zip destfile="${store.jar}">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
SplashScreen-Image: megabasterd/dot_com.jpg
|
SplashScreen-Image: megabasterd/dot_com.png
|
||||||
X-COMMENT: Main-Class will be added automatically by build
|
X-COMMENT: Main-Class will be added automatically by build
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ run.classpath=\
|
|||||||
# Space-separated list of JVM arguments used when running the project.
|
# Space-separated list of JVM arguments used when running the project.
|
||||||
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
|
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
|
||||||
# To set system properties for unit tests define test-sys-prop.name=value:
|
# To set system properties for unit tests define test-sys-prop.name=value:
|
||||||
run.jvmargs=-splash:src/megabasterd/dot_com.jpg
|
run.jvmargs=-splash:src/megabasterd/dot_com.png
|
||||||
run.test.classpath=\
|
run.test.classpath=\
|
||||||
${javac.test.classpath}:\
|
${javac.test.classpath}:\
|
||||||
${build.test.classes.dir}
|
${build.test.classes.dir}
|
||||||
|
@ -63,7 +63,7 @@ public final class MainPanel {
|
|||||||
public static final int THROTTLE_SLICE_SIZE=16*1024;
|
public static final int THROTTLE_SLICE_SIZE=16*1024;
|
||||||
public static final int STREAMER_PORT = 1337;
|
public static final int STREAMER_PORT = 1337;
|
||||||
public static final int WATCHDOG_PORT = 1338;
|
public static final int WATCHDOG_PORT = 1338;
|
||||||
public static final String ICON_FILE = "pica_roja.png";
|
public static final String ICON_FILE = "mbasterd_mini.png";
|
||||||
public static final ExecutorService THREAD_POOL = newCachedThreadPool();
|
public static final ExecutorService THREAD_POOL = newCachedThreadPool();
|
||||||
public static final Font FONT_DEFAULT = createAndRegisterFont("Gochi.ttf");
|
public static final Font FONT_DEFAULT = createAndRegisterFont("Gochi.ttf");
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@
|
|||||||
<Component class="javax.swing.JLabel" name="logo_label">
|
<Component class="javax.swing.JLabel" name="logo_label">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||||
<Image iconType="3" name="/megabasterd/mbasterd.png"/>
|
<Image iconType="3" name="/megabasterd/mbasterd_logo_nuevo.png"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="doubleBuffered" type="boolean" value="true"/>
|
<Property name="doubleBuffered" type="boolean" value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
@ -214,7 +214,7 @@ public final class MainPanelView extends javax.swing.JFrame {
|
|||||||
|
|
||||||
setTitle("MegaBasterd");
|
setTitle("MegaBasterd");
|
||||||
|
|
||||||
logo_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/megabasterd/mbasterd.png"))); // NOI18N
|
logo_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/megabasterd/mbasterd_logo_nuevo.png"))); // NOI18N
|
||||||
logo_label.setDoubleBuffered(true);
|
logo_label.setDoubleBuffered(true);
|
||||||
|
|
||||||
kiss_server_status.setFont(new java.awt.Font("Dialog", 1, 14)); // NOI18N
|
kiss_server_status.setFont(new java.awt.Font("Dialog", 1, 14)); // NOI18N
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 92 KiB |
BIN
src/megabasterd/dot_com.png
Normal file
BIN
src/megabasterd/dot_com.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 480 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
BIN
src/megabasterd/mbasterd_logo_nuevo.png
Normal file
BIN
src/megabasterd/mbasterd_logo_nuevo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/megabasterd/mbasterd_mini.png
Normal file
BIN
src/megabasterd/mbasterd_mini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 841 B |
Binary file not shown.
Before Width: | Height: | Size: 807 B |
Loading…
x
Reference in New Issue
Block a user