unnötiger Konstruktor entfernt
This commit is contained in:
parent
cd12f97073
commit
2f2365a025
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue