summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSAbstractEditor.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-14 01:30:24 +0000
committerPaul Buetow <paul@buetow.org>2008-06-14 01:30:24 +0000
commit02eb6a4ff881ad9878a1105c6737e1583c94ed7e (patch)
treee25aa5c104b90145be1b7550a3cea2a797ae5c0d /sources/prefs/editors/VSAbstractEditor.java
parentfaaadb9c546e376dd8e8dd6553017d334aa0e0c4 (diff)
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!
Diffstat (limited to 'sources/prefs/editors/VSAbstractEditor.java')
-rw-r--r--sources/prefs/editors/VSAbstractEditor.java4
1 files changed, 2 insertions, 2 deletions
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.