Loading CheckerCorrector/GUI/WordRoleUpdater.java +2 −11 Original line number Diff line number Diff line Loading @@ -99,8 +99,8 @@ public class WordRoleUpdater extends JFrame { rejectButton.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) { wordRoles.remove(getCurrentWord()); // Remove the current word changes.remove(getCurrentWord()); // Remove the change for the current word //wordRoles.remove(getCurrentWord()); // Remove the current word //changes.remove(getCurrentWord()); // Remove the change for the current word updateNextWord(); // Move to the next word } }); Loading Loading @@ -196,13 +196,4 @@ public class WordRoleUpdater extends JFrame { e.printStackTrace(); } } public static void main(String[] args) { SwingUtilities.invokeLater(new Runnable() { @Override public void run() { new WordRoleUpdater(); } }); } } database.dbdeleted 100644 → 0 −12 KiB File deleted. View file mydatabase.dbdeleted 100644 → 0 −12 KiB File deleted. View file Loading
CheckerCorrector/GUI/WordRoleUpdater.java +2 −11 Original line number Diff line number Diff line Loading @@ -99,8 +99,8 @@ public class WordRoleUpdater extends JFrame { rejectButton.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) { wordRoles.remove(getCurrentWord()); // Remove the current word changes.remove(getCurrentWord()); // Remove the change for the current word //wordRoles.remove(getCurrentWord()); // Remove the current word //changes.remove(getCurrentWord()); // Remove the change for the current word updateNextWord(); // Move to the next word } }); Loading Loading @@ -196,13 +196,4 @@ public class WordRoleUpdater extends JFrame { e.printStackTrace(); } } public static void main(String[] args) { SwingUtilities.invokeLater(new Runnable() { @Override public void run() { new WordRoleUpdater(); } }); } }