summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSColorChooser.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/prefs/editors/VSColorChooser.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/prefs/editors/VSColorChooser.java')
-rw-r--r--sources/prefs/editors/VSColorChooser.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/sources/prefs/editors/VSColorChooser.java b/sources/prefs/editors/VSColorChooser.java
index 245e599..0b5c849 100644
--- a/sources/prefs/editors/VSColorChooser.java
+++ b/sources/prefs/editors/VSColorChooser.java
@@ -15,23 +15,23 @@ import prefs.VSPrefs;
* The Class VSColorChooser.
*/
public class VSColorChooser extends JPanel implements ChangeListener {
- private static final long serialVersionUID = 1L;
-
+ private static final long serialVersionUID = 1L;
+
/** The color chooser. */
protected JColorChooser colorChooser;
-
+
/** The color. */
private Color color;
-
+
/** The val field. */
private JTextField valField;
-
+
/** The prefs. */
- //private VSPrefs prefs;
+ //private VSPrefs prefs;
/**
* Instantiates a new vS color chooser.
- *
+ *
* @param prefs the prefs
* @param valField the val field
*/