diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
| commit | 009350323123fc4b47041cb2194e8df19f69423b (patch) | |
| tree | a9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/utils/VSFrame.java | |
| parent | bb1dbccae485263ea5182546006339870c57b367 (diff) | |
Run astyle.
Diffstat (limited to 'sources/utils/VSFrame.java')
| -rw-r--r-- | sources/utils/VSFrame.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sources/utils/VSFrame.java b/sources/utils/VSFrame.java index b3a43b5..d14c06b 100644 --- a/sources/utils/VSFrame.java +++ b/sources/utils/VSFrame.java @@ -13,23 +13,23 @@ import javax.swing.JFrame; * The Class VSFrame. */ public class VSFrame extends JFrame { - private static final long serialVersionUID = 1L; - + private static final long serialVersionUID = 1L; + /** The Constant X_LOCATION_OFFSET. */ private final static int X_LOCATION_OFFSET = 40; - + /** The Constant Y_LOCATION_OFFSET. */ private final static int Y_LOCATION_OFFSET = 80; - + /** The parent. */ private Component parent; - + /** The dispose. */ private boolean dispose; /** * Instantiates a new vS frame. - * + * * @param title the title * @param parent the parent */ @@ -40,7 +40,7 @@ public class VSFrame extends JFrame { /** * Instantiates a new vS frame. - * + * * @param title the title */ public VSFrame(String title) { @@ -50,7 +50,7 @@ public class VSFrame extends JFrame { /** * Inits the. - * + * * @param parent the parent */ private void init(Component parent) { |
