|
@ -68,7 +68,7 @@ public class Notizbuch extends JFrame implements ActionListener { |
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
SwingUtilities.invokeLater(() -> { |
|
|
SwingUtilities.invokeLater(() -> { |
|
|
Notizbuch notizbuch = new Notizbuch(); |
|
|
Notizbuch notizbuch = new Notizbuch(); |
|
|
notizbuch.setVisible(true); |
|
|
|
|
|
|
|
|
notizbuch.setVisible(true); // Das Notizbuch-Fenster anzeigen |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
// Getter und Setter für die TextArea |
|
|
// Getter und Setter für die TextArea |
|
|