From 9f0d5c8015f4504bc8400cbb4247f38d9df62768 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 24 May 2008 16:47:25 +0000 Subject: new protocol editor works. --- sources/prefs/editors/VSBetterEditor.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/prefs/editors/VSBetterEditor.java') diff --git a/sources/prefs/editors/VSBetterEditor.java b/sources/prefs/editors/VSBetterEditor.java index 2ecf099..16aa4e2 100644 --- a/sources/prefs/editors/VSBetterEditor.java +++ b/sources/prefs/editors/VSBetterEditor.java @@ -50,6 +50,7 @@ public abstract class VSBetterEditor extends VSEditor { protected void addToButtonPanelFront(JPanel buttonPanel) { } protected void addToButtonPanelLast(JPanel buttonPanel) { } + protected void addToEditTableLast() { } public void actionPerformed(ActionEvent e) { //String actionCommand = e.getActionCommand(); -- cgit v1.2.3