Fensternamen
This commit is contained in:
parent
6fa618a71f
commit
2391dee6f2
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
</NonVisualComponents>
|
</NonVisualComponents>
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="defaultCloseOperation" type="int" value="3"/>
|
<Property name="defaultCloseOperation" type="int" value="3"/>
|
||||||
|
<Property name="title" type="java.lang.String" value="Vokabeltrainer"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
<SyntheticProperties>
|
<SyntheticProperties>
|
||||||
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
|
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
|
||||||
|
|
|
@ -65,6 +65,7 @@ public class GUI extends javax.swing.JFrame {
|
||||||
jMenu2 = new javax.swing.JMenu();
|
jMenu2 = new javax.swing.JMenu();
|
||||||
|
|
||||||
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
|
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
|
||||||
|
setTitle("Vokabeltrainer");
|
||||||
|
|
||||||
jTextField1.setText("Vokabel");
|
jTextField1.setText("Vokabel");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue