Update gitignore, change splash screen window title
This commit is contained in:
parent
cc7af0e00c
commit
4d2d9ee1e0
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
bin/
|
||||
dist/
|
||||
*.exe
|
||||
launch4j.log
|
||||
launch4j.cfg.xml
|
||||
nbproject/
|
||||
*.exe
|
@ -1,2 +0,0 @@
|
||||
test
|
||||
test
|
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user