summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorFrame.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-21 01:03:21 +0000
committerPaul Buetow <paul@buetow.org>2008-05-21 01:03:21 +0000
commitf8bad55bd29234ab7982fea21a228654908f0867 (patch)
tree531e3d4fb7d1c9beabaacc2c17ed921bf76bf4e1 /sources/prefs/editors/VSEditorFrame.java
parentef5e2356312e8354e1fe0addef6e24636f95ad78 (diff)
Removed a JSplitPane which was useless.
Initial new JTabbedPane for Variables etc.
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
-rw-r--r--sources/prefs/editors/VSEditorFrame.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java
index 5cae7a0..edaf6b0 100644
--- a/sources/prefs/editors/VSEditorFrame.java
+++ b/sources/prefs/editors/VSEditorFrame.java
@@ -36,14 +36,6 @@ public abstract class VSEditorFrame extends VSEditor {
prefs.getInteger("window.prefs.ysize"));
frame.setResizable(false);
frame.setVisible(true);
-
- /*
- frame.addWindowListener(new WindowAdapter() {
- public void windowClosing(WindowEvent we) {
- Window window = we.getWindow();
- }
- });
- */
}
private Container createContentPane() {