Change media to version 0.8
This commit is contained in:
parent
2611cf020a
commit
d2b816b41b
@ -3,7 +3,7 @@ annotation.processing.enabled.in.editor=false
|
|||||||
annotation.processing.processors.list=
|
annotation.processing.processors.list=
|
||||||
annotation.processing.run.all.processors=true
|
annotation.processing.run.all.processors=true
|
||||||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
||||||
application.splash=C:\\Users\\Skylar\\SparkleShare\\aplabs\\appmedia\\SyMAT\\splash0.7.png
|
application.splash=C:\\Users\\Skylar\\SparkleShare\\aplabs\\appmedia\\SyMAT\\splash0.8.png
|
||||||
application.title=SyMAT
|
application.title=SyMAT
|
||||||
application.vendor=Apocalypse Laboratories
|
application.vendor=Apocalypse Laboratories
|
||||||
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
|
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
<Component class="javax.swing.JLabel" name="jLabel5">
|
<Component class="javax.swing.JLabel" name="jLabel5">
|
||||||
<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="/net/apocalypselabs/symat/splash.png"/>
|
<Image iconType="3" name="/net/apocalypselabs/symat/splash0.8.png"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
@ -75,7 +75,7 @@ public class SplashScreen extends javax.swing.JFrame {
|
|||||||
progBar.setString("");
|
progBar.setString("");
|
||||||
progBar.setStringPainted(true);
|
progBar.setStringPainted(true);
|
||||||
|
|
||||||
jLabel5.setIcon(new javax.swing.ImageIcon(getClass().getResource("/net/apocalypselabs/symat/splash.png"))); // NOI18N
|
jLabel5.setIcon(new javax.swing.ImageIcon(getClass().getResource("/net/apocalypselabs/symat/splash0.8.png"))); // NOI18N
|
||||||
|
|
||||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
||||||
getContentPane().setLayout(layout);
|
getContentPane().setLayout(layout);
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
BIN
src/net/apocalypselabs/symat/splash0.8.png
Normal file
BIN
src/net/apocalypselabs/symat/splash0.8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user