From 009350323123fc4b47041cb2194e8df19f69423b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:33 +0000 Subject: Run astyle. --- sources/utils/VSFrame.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sources/utils/VSFrame.java') 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) { -- cgit v1.2.3