Browse Source

refactoring: Notizbuch-FensterKommi

remotes/origin/hotfix/client/improve-chat-window-appearence
Marc Dimmerling 11 months ago
parent
commit
07b3d04823
  1. 2
      src/main/java/Notizbuch.java

2
src/main/java/Notizbuch.java

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

Loading…
Cancel
Save