Besseres aktualisieren
This commit is contained in:
parent
2391dee6f2
commit
18ddbec910
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ import readandwrite.write;
|
||||||
*
|
*
|
||||||
* @author simono41
|
* @author simono41
|
||||||
*/
|
*/
|
||||||
public class Vokabeln extends javax.swing.JFrame {
|
public final class Vokabeln extends javax.swing.JFrame {
|
||||||
|
|
||||||
private int position;
|
private int position;
|
||||||
public static ArrayList<String> vokabeln0 = new ArrayList();
|
public static ArrayList<String> vokabeln0 = new ArrayList();
|
||||||
|
@ -28,6 +28,7 @@ public class Vokabeln extends javax.swing.JFrame {
|
||||||
/** Creates new form Vokabeln */
|
/** Creates new form Vokabeln */
|
||||||
public Vokabeln() {
|
public Vokabeln() {
|
||||||
initComponents();
|
initComponents();
|
||||||
|
this.aktualisieren();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** This method is called from within the constructor to
|
/** This method is called from within the constructor to
|
||||||
|
|
Loading…
Reference in a new issue