Update gitignore, change splash screen window title

This commit is contained in:
skylarmt 2015-01-10 20:34:07 -07:00
parent cc7af0e00c
commit 4d2d9ee1e0
4 changed files with 4 additions and 9 deletions

5
.gitignore vendored
View File

@ -1,5 +1,4 @@
bin/
dist/
*.exe
launch4j.log
launch4j.cfg.xml
nbproject/
*.exe

View File

@ -1,2 +0,0 @@
test
test

View File

@ -3,9 +3,7 @@
<Form version="1.9" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
<Connection code="MainGUI.APP_NAME" type="code"/>
</Property>
<Property name="title" type="java.lang.String" value="SyMAT Startup"/>
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[400, 320]"/>
</Property>

View File

@ -66,7 +66,7 @@ public class SplashScreen extends javax.swing.JFrame {
dispLabel = new javax.swing.JLabel();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle(MainGUI.APP_NAME);
setTitle("SyMAT Startup");
setMaximumSize(new java.awt.Dimension(400, 320));
setMinimumSize(new java.awt.Dimension(400, 320));
setUndecorated(true);