From 02eb6a4ff881ad9878a1105c6737e1583c94ed7e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Jun 2008 01:30:24 +0000 Subject: if creating a new simulator frame, it has no simulation loaded. you can either create a new simulation or load an old one using the 'File' menu! --- sources/prefs/editors/VSAbstractEditor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/prefs/editors/VSAbstractEditor.java') diff --git a/sources/prefs/editors/VSAbstractEditor.java b/sources/prefs/editors/VSAbstractEditor.java index fe0e7e4..6640a07 100644 --- a/sources/prefs/editors/VSAbstractEditor.java +++ b/sources/prefs/editors/VSAbstractEditor.java @@ -233,7 +233,7 @@ public abstract class VSAbstractEditor implements ActionListener { booleanKeys = filterKeys(prefsToEdit.getBooleanKeySet()); stringKeys = filterKeys(prefsToEdit.getStringKeySet()); - fillEditPanelFront(prefsToEdit); + fillEditPanelFront(prefsToEdit); fillEditPanel(prefsToEdit); } @@ -544,7 +544,7 @@ public abstract class VSAbstractEditor implements ActionListener { * @param prefsToEdit the prefs to edit */ protected void fillEditPanelFront(VSPrefs prefsToEdit) { - } + } /** * Fills the edit panel. -- cgit v1.2.3