Commit gui vollständig

master
matia 2025-01-04 14:28:10 +01:00
parent e7d038920f
commit f82ea79a77
3 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,7 @@ import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JButton;

View File

@ -95,7 +95,6 @@ public class TicTacToe {
if(pruefeBelegtesFeld(ausgewaehltesFeld)) throw new Exception();
} catch (Exception e) {
System.out.println("Es wurde keine passende Eingabe getätigt,\nversuchen Sie es erneut...");
//e.printStackTrace();
erfasseEingabe();
}
}

View File

@ -9,7 +9,6 @@ public class main {
} catch (Exception e) {
e.printStackTrace();
}
}
}