diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-02 21:35:32 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-02 21:35:32 +0000 |
| commit | ecdeab2258fc12a3b16337eff49a9b42536d3076 (patch) | |
| tree | 4bd4413132d9a3d29bb22a80608de8a35a9a717d /sources/simulator/VSSimulator.java | |
| parent | adca28d981ef8c9d09c5ba0a6e56b2145a14c60f (diff) | |
save/open works!?
Diffstat (limited to 'sources/simulator/VSSimulator.java')
| -rw-r--r-- | sources/simulator/VSSimulator.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/simulator/VSSimulator.java b/sources/simulator/VSSimulator.java index b6cdb44..aec330e 100644 --- a/sources/simulator/VSSimulator.java +++ b/sources/simulator/VSSimulator.java @@ -335,7 +335,7 @@ public class VSSimulator extends JPanel implements VSSerializable { if (SwingUtilities.isRightMouseButton(me)) { ActionListener actionListener = new ActionListener() { public void actionPerformed(ActionEvent ae) { - System.out.println("BAZ"); + System.out.println("BAZ"); String command = ae.getActionCommand(); if (command.equals(prefs.getString("lang.remove"))) { removeTaskAtRow(row); @@ -597,7 +597,7 @@ public class VSSimulator extends JPanel implements VSSerializable { prefs.getString("lang.logging.clear")); clearButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ae) { - System.out.println("BAY"); + System.out.println("BAY"); String command = ae.getActionCommand(); if (command.equals( prefs.getString("lang.logging.clear"))) { @@ -820,7 +820,7 @@ public class VSSimulator extends JPanel implements VSSerializable { takeoverButton.addActionListener(new ActionListener() { private boolean isRed; public void actionPerformed(ActionEvent ae) { - System.out.println("BAR"); + System.out.println("BAR"); String textValue = textField.getText(); Long longValue = null; |
