From 2a74626954f00f3403b10c2a5160c0c4d1814aad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2008 22:03:00 +0000 Subject: more written --- sources/prefs/editors/VSAbstractBetterEditor.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sources/prefs/editors/VSAbstractBetterEditor.java') diff --git a/sources/prefs/editors/VSAbstractBetterEditor.java b/sources/prefs/editors/VSAbstractBetterEditor.java index 8779e56..e1a605d 100644 --- a/sources/prefs/editors/VSAbstractBetterEditor.java +++ b/sources/prefs/editors/VSAbstractBetterEditor.java @@ -43,7 +43,7 @@ public abstract class VSAbstractBetterEditor extends VSAbstractEditor { private Container contentPane; /** The info area. */ - private VSInfoArea infoArea; + //private VSInfoArea infoArea; /** The title. */ private String title; @@ -90,7 +90,7 @@ public abstract class VSAbstractBetterEditor extends VSAbstractEditor { JPanel panel = new JPanel(); panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS)); - infoArea = new VSInfoArea(); + //infoArea = new VSInfoArea(); JPanel editPanel = getEditPanel(); JPanel buttonPanel = getButtonPanel(); @@ -134,7 +134,7 @@ public abstract class VSAbstractBetterEditor extends VSAbstractEditor { * * @return the info area */ - protected VSInfoArea getInfoArea() { - return infoArea; - } + //protected VSInfoArea getInfoArea() { + // return infoArea; + //} } -- cgit v1.2.3