diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-20 16:36:49 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-20 16:36:49 +0000 |
| commit | 8131638fc01dbde84864656e197b14772ff53346 (patch) | |
| tree | 04a79601a8aa3d48a6c6c674f6baeafe61170374 /sources/simulator/VSSimulation.java | |
| parent | da095a0767dfaabe363f2b7ed7d95fb35e066e14 (diff) | |
A VSMessage is not a VSEvent any more. Instead a MessageReceiveEvent has been introduced.
Diffstat (limited to 'sources/simulator/VSSimulation.java')
| -rw-r--r-- | sources/simulator/VSSimulation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/simulator/VSSimulation.java b/sources/simulator/VSSimulation.java index 3252e58..8b4515b 100644 --- a/sources/simulator/VSSimulation.java +++ b/sources/simulator/VSSimulation.java @@ -70,7 +70,7 @@ public class VSSimulation extends VSFrame implements ActionListener { globalTextFields.add("0000"); } - processesComboBox.setSelectedIndex(numProcesses); + processesComboBox.setSelectedIndex(numProcesses); } private JMenuBar createJMenuBar() { |
