Fehlerbehebung

This commit is contained in:
simono41 2016-11-21 00:32:41 +01:00
parent c8bae18d9e
commit 2f64bc3255
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/dist/

View file

@ -1,5 +1,3 @@
Vokabeln:
Vokabel
Vokabel
1Vokabel
1Vokabel

View file

@ -329,7 +329,7 @@ public class GUI extends javax.swing.JFrame {
a.read();
}
catch (FileNotFoundException ex) {
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);
System.out.println("Datei wird neu Angelegt!");
}
catch (IOException ex) {
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);