Browse Source

refactoring: SpeicherLadeButtonKommi

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

3
src/main/java/Notizbuch.java

@ -20,7 +20,8 @@ public class Notizbuch extends JFrame implements ActionListener {
setTextArea(new JTextArea());
add(new JScrollPane(getTextArea()), BorderLayout.CENTER);
// Erstellen der Speichern- und Laden-Buttons
saveButton = new JButton("Speichern");
saveButton.addActionListener(this);
loadButton = new JButton("Laden");

Loading…
Cancel
Save