diff --git a/CheckerCorrector/GUI/WordRoleUpdater.java b/CheckerCorrector/GUI/WordRoleUpdater.java index 6d990932a81a49eba24e78ae3107e51aaca8506a..ebb30e344e0bca7f66769c4cdb596dea9d77399b 100644 --- a/CheckerCorrector/GUI/WordRoleUpdater.java +++ b/CheckerCorrector/GUI/WordRoleUpdater.java @@ -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 } }); @@ -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(); - } - }); - } } diff --git a/database.db b/database.db deleted file mode 100644 index c11edc86b11525d7610cd56f5543949a75ac4c7a..0000000000000000000000000000000000000000 Binary files a/database.db and /dev/null differ diff --git a/mydatabase.db b/mydatabase.db deleted file mode 100644 index 14ba87de850bdc2d3473820ee2951b72f78bff31..0000000000000000000000000000000000000000 Binary files a/mydatabase.db and /dev/null differ