Besseres aktualisieren

This commit is contained in:
simono41 2016-11-21 21:36:18 +01:00
parent 2391dee6f2
commit 18ddbec910

View file

@ -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