Browse Source

refactoring: SpeicherLadeButtonKommi

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

1
src/main/java/Notizbuch.java

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

Loading…
Cancel
Save