nothing important

This commit is contained in:
Seil0 2016-10-25 17:46:10 +02:00
parent 34aafcfb0a
commit 620d3c9277
7 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -176,6 +176,7 @@ public class GUI extends JFrame {
textField_1.setColumns(10);
JButton btnSave = new JButton("save");
btnSave.setEnabled(false);
btnSave.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
speichern();
@ -185,6 +186,7 @@ public class GUI extends JFrame {
contentPane.add(btnSave);
JButton btnLoad = new JButton("load");
btnLoad.setEnabled(false);
btnLoad.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
laden();