diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-26 19:12:29 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-26 19:12:29 +0000 |
| commit | a2cd723c26d9999b752ca5474f7a24de952b5fdb (patch) | |
| tree | 611282b1e2e9e059180078324f1efcc93406fa9c /sources/prefs/editors/VSSimulatorEditor.java | |
| parent | 05d5e9fd51052e8f63a49a7e9529e7e710ca0e0a (diff) | |
All abstract classes now have an Abstract in it's name
Diffstat (limited to 'sources/prefs/editors/VSSimulatorEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSSimulatorEditor.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/prefs/editors/VSSimulatorEditor.java b/sources/prefs/editors/VSSimulatorEditor.java index 615a8ff..326ca95 100644 --- a/sources/prefs/editors/VSSimulatorEditor.java +++ b/sources/prefs/editors/VSSimulatorEditor.java @@ -14,7 +14,7 @@ import prefs.*; /** * The Class VSSimulatorEditor. */ -public class VSSimulatorEditor extends VSBetterEditor { +public class VSSimulatorEditor extends VSAbstractBetterEditor { private static final long serialVersionUID = 1L; /** The simulator frame. */ @@ -57,7 +57,7 @@ public class VSSimulatorEditor extends VSBetterEditor { } /* (non-Javadoc) - * @see prefs.editors.VSBetterEditor#addToButtonPanelFront(javax.swing.JPanel) + * @see prefs.editors.VSAbstractBetterEditor#addToButtonPanelFront(javax.swing.JPanel) */ protected void addToButtonPanelFront(JPanel buttonPanel) { if (TAKEOVER_BUTTON) { @@ -71,7 +71,7 @@ public class VSSimulatorEditor extends VSBetterEditor { } /* (non-Javadoc) - * @see prefs.editors.VSBetterEditor#actionPerformed(java.awt.event.ActionEvent) + * @see prefs.editors.VSAbstractBetterEditor#actionPerformed(java.awt.event.ActionEvent) */ public void actionPerformed(ActionEvent e) { String actionCommand = e.getActionCommand(); |
