-New logo and splash

This commit is contained in:
tonikelope 2016-10-02 19:45:13 +02:00
parent 1a3958b888
commit d41bbb7417
12 changed files with 6 additions and 6 deletions

View File

@ -82,7 +82,7 @@
<zipgroupfileset dir="dist/lib" includes="*.jar"/>
<manifest>
<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>
</jar>
<zip destfile="${store.jar}">

View File

@ -1,4 +1,4 @@
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

View File

@ -92,7 +92,7 @@ run.classpath=\
# 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.
# 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=\
${javac.test.classpath}:\
${build.test.classes.dir}

View File

@ -63,7 +63,7 @@ public final class MainPanel {
public static final int THROTTLE_SLICE_SIZE=16*1024;
public static final int STREAMER_PORT = 1337;
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 Font FONT_DEFAULT = createAndRegisterFont("Gochi.ttf");

View File

@ -207,7 +207,7 @@
<Component class="javax.swing.JLabel" name="logo_label">
<Properties>
<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 name="doubleBuffered" type="boolean" value="true"/>
</Properties>

View File

@ -214,7 +214,7 @@ public final class MainPanelView extends javax.swing.JFrame {
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);
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B