Browse Source

NewJButtonLoad

remotes/origin/server
Marc Dimmerling 11 months ago
parent
commit
f520fbbb38
  1. 1
      src/main/java/Notizbuch.java

1
src/main/java/Notizbuch.java

@ -32,6 +32,7 @@ public class Notizbuch extends JFrame implements ActionListener {
saveButton = new JButton("Speichern"); saveButton = new JButton("Speichern");
saveButton.addActionListener(this); saveButton.addActionListener(this);
loadButton = new JButton("Laden");
} }
@Override @Override

Loading…
Cancel
Save