summaryrefslogtreecommitdiff
path: root/sources/simulator/VSMain.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 16:01:14 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 16:01:14 +0000
commit5bf750ce5d254cc85790adefccbff78277019353 (patch)
tree1af87bf66e724429f74422a4884bcc4d7ece12c8 /sources/simulator/VSMain.java
parent9d704e679b0d38dc20bcdf866abdbd096b013284 (diff)
some cleanup
Diffstat (limited to 'sources/simulator/VSMain.java')
-rw-r--r--sources/simulator/VSMain.java12
1 files changed, 3 insertions, 9 deletions
diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java
index aaddea9..eab2e4a 100644
--- a/sources/simulator/VSMain.java
+++ b/sources/simulator/VSMain.java
@@ -29,7 +29,7 @@ import javax.swing.*;
import events.*;
import prefs.*;
-import prefs.editors.*;
+//import prefs.editors.*;
/**
* The class VSMain. This class contains the static main method. The simulator
@@ -67,14 +67,8 @@ public class VSMain {
* @param relativeTo the component to open the window relative to
*/
private void init(VSPrefs prefs, Component relativeTo) {
- VSSimulatorFrame simulatorFrame =
- new VSSimulatorFrame(prefs, relativeTo);
- /*
- VSSimulatorEditor editor =
- new VSSimulatorEditor(prefs, simulatorFrame,
- VSSimulatorEditor.OPENED_NEW_WINDOW);
- new VSEditorFrame(prefs, relativeTo, editor);
- */
+ //VSSimulatorFrame simulatorFrame =
+ new VSSimulatorFrame(prefs, relativeTo);
}
/**