Browse Source

refactoring: ActionListenerKommi

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

1
src/main/java/Notizbuch.java

@ -35,6 +35,7 @@ public class Notizbuch extends JFrame implements ActionListener {
@Override @Override
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
// ActionListener-Methode für Button-Events
if (e.getSource() == saveButton) { if (e.getSource() == saveButton) {
saveNote(); saveNote();
} else if (e.getSource() == loadButton) { } else if (e.getSource() == loadButton) {

Loading…
Cancel
Save