From 6fd1d5c225c70677ef40ec7d76111b849e5d7d75 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 May 2008 21:24:42 +0000 Subject: JTable editor done?!? :) --- sources/prefs/editors/VSBetterEditor.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'sources/prefs/editors/VSBetterEditor.java') diff --git a/sources/prefs/editors/VSBetterEditor.java b/sources/prefs/editors/VSBetterEditor.java index da0a069..2ecf099 100644 --- a/sources/prefs/editors/VSBetterEditor.java +++ b/sources/prefs/editors/VSBetterEditor.java @@ -51,9 +51,6 @@ public abstract class VSBetterEditor extends VSEditor { protected void addToButtonPanelFront(JPanel buttonPanel) { } protected void addToButtonPanelLast(JPanel buttonPanel) { } - protected void addToEditPanelFront(JPanel editPanel, VSEditorTable editTable) { } - protected void addToEditPanelLast(JPanel editPanel, VSEditorTable editTable) { } - public void actionPerformed(ActionEvent e) { //String actionCommand = e.getActionCommand(); -- cgit v1.2.3