nothing important
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -176,6 +176,7 @@ public class GUI extends JFrame {
|
|||||||
textField_1.setColumns(10);
|
textField_1.setColumns(10);
|
||||||
|
|
||||||
JButton btnSave = new JButton("save");
|
JButton btnSave = new JButton("save");
|
||||||
|
btnSave.setEnabled(false);
|
||||||
btnSave.addActionListener(new ActionListener() {
|
btnSave.addActionListener(new ActionListener() {
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
speichern();
|
speichern();
|
||||||
@@ -185,6 +186,7 @@ public class GUI extends JFrame {
|
|||||||
contentPane.add(btnSave);
|
contentPane.add(btnSave);
|
||||||
|
|
||||||
JButton btnLoad = new JButton("load");
|
JButton btnLoad = new JButton("load");
|
||||||
|
btnLoad.setEnabled(false);
|
||||||
btnLoad.addActionListener(new ActionListener() {
|
btnLoad.addActionListener(new ActionListener() {
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
laden();
|
laden();
|
||||||
|
|||||||
Reference in New Issue
Block a user