Fehlerbehebung
This commit is contained in:
parent
c8bae18d9e
commit
2f64bc3255
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
/dist/
|
|
@ -1,5 +1,3 @@
|
||||||
Vokabeln:
|
Vokabeln:
|
||||||
Vokabel
|
Vokabel
|
||||||
Vokabel
|
Vokabel
|
||||||
1Vokabel
|
|
||||||
1Vokabel
|
|
||||||
|
|
|
@ -329,7 +329,7 @@ public class GUI extends javax.swing.JFrame {
|
||||||
a.read();
|
a.read();
|
||||||
}
|
}
|
||||||
catch (FileNotFoundException ex) {
|
catch (FileNotFoundException ex) {
|
||||||
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);
|
System.out.println("Datei wird neu Angelegt!");
|
||||||
}
|
}
|
||||||
catch (IOException ex) {
|
catch (IOException ex) {
|
||||||
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);
|
Logger.getLogger(GUI.class.getName()).log(Level.SEVERE, null, ex);
|
||||||
|
|
Loading…
Reference in a new issue