unnötiger Konstruktor entfernt

This commit is contained in:
Marc Koch 2020-04-27 13:13:24 +02:00
parent cd12f97073
commit 2f2365a025
Signed by: marc
GPG Key ID: AC2D4E00990A6767
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ public class Fenster extends JPanel implements ActionListener {
class MyPanel extends JPanel {
public MyPanel() {
super();
}
public void paintComponent(Graphics g) {
Graphics2D g2 = (Graphics2D) g;