diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 21:07:20 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 21:07:20 +0000 |
| commit | 8a589edb90f21cfcc1f08a4b2c158cccc53035c3 (patch) | |
| tree | 079cee06c82ab6d9e940cf9068f275cbef63724a /sources/simulator/VSSimulation.java | |
| parent | ac07ae639b1baf4b1b080fa199eba51c0f6d9732 (diff) | |
Clock Speed implemented. For slow motion.
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 7701349..799acd6 100644 --- a/sources/simulator/VSSimulation.java +++ b/sources/simulator/VSSimulation.java @@ -120,7 +120,7 @@ public class VSSimulation extends JPanel { globalTextFields.add("0000"); } - processesComboBox.setSelectedIndex(numProcesses); + processesComboBox.setSelectedIndex(0); localPIDComboBox.setSelectedIndex(0); globalPIDComboBox.setSelectedIndex(0); |
