Browse Source

addActionLoad

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

1
src/main/java/Notizbuch.java

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

Loading…
Cancel
Save