diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:09:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:09:46 +0000 |
| commit | 73d9798f8bccd2bfc3169e95790c7fc185701188 (patch) | |
| tree | 5359b7cd0da71450e64a975cec4fced01a8d0fcb /sources/simulator/VSSimulator.java | |
| parent | 009350323123fc4b47041cb2194e8df19f69423b (diff) | |
comments.
Diffstat (limited to 'sources/simulator/VSSimulator.java')
| -rw-r--r-- | sources/simulator/VSSimulator.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/simulator/VSSimulator.java b/sources/simulator/VSSimulator.java index 5ef9266..66dbd77 100644 --- a/sources/simulator/VSSimulator.java +++ b/sources/simulator/VSSimulator.java @@ -147,7 +147,7 @@ public class VSSimulator extends JPanel { private volatile boolean start; /** - * Instantiates a new vS menu item states. + * Instantiates a new lang.process.removemenu item states. * * @param pause the pause * @param replay the replay @@ -235,7 +235,7 @@ public class VSSimulator extends JPanel { } /** - * Instantiates a new vS simulator. + * Instantiates a new lang.process.removesimulator. * * @param prefs the prefs * @param simulatorFrame the simulator frame @@ -595,7 +595,7 @@ public class VSSimulator extends JPanel { private boolean isClientRequest; /** - * Instantiates a new vS create task. + * Instantiates a new lang.process.removecreate task. * * @param eventClassname the event classname */ @@ -670,7 +670,7 @@ public class VSSimulator extends JPanel { * @param time the time * @param localTimedTask the local timed task * - * @return the vS task + * @return the lang.process.removetask */ public VSTask createTask(VSProcess process, long time, boolean localTimedTask) { VSEvent event = null; @@ -730,7 +730,7 @@ public class VSSimulator extends JPanel { private JTable table; /** - * Instantiates a new vS task manager table model. + * Instantiates a new lang.process.removetask manager table model. * * @param process the process * @param localTask the local task |
