From 73d9798f8bccd2bfc3169e95790c7fc185701188 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:09:46 +0000 Subject: comments. --- sources/prefs/editors/VSEditor.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sources/prefs/editors/VSEditor.java') diff --git a/sources/prefs/editors/VSEditor.java b/sources/prefs/editors/VSEditor.java index 013b62a..f1d4991 100644 --- a/sources/prefs/editors/VSEditor.java +++ b/sources/prefs/editors/VSEditor.java @@ -91,7 +91,7 @@ public abstract class VSEditor implements ActionListener { public static final int SIMULATION_PREFERENCES = 1; /** - * Instantiates a new vS editor. + * Instantiates a new lang.process.removeeditor. * * @param prefs the prefs * @param prefsToEdit the prefs to edit @@ -300,7 +300,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j combo box> + * @return the lang.process.removetupel< string, component, j combo box> */ protected VSTupel createIntegerComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -336,7 +336,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j check box> + * @return the lang.process.removetupel< string, component, j check box> */ protected VSTupel createBooleanComponent(String fullKey, String key, VSPrefs prefsToEdit) { final String activated = prefs.getString("lang.activated"); @@ -355,7 +355,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel createLongComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -380,7 +380,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel createFloatComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -405,7 +405,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel createColorComponent(String fullKey, String key, final VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -446,7 +446,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel createStringComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); -- cgit v1.2.3