diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
| commit | bb1dbccae485263ea5182546006339870c57b367 (patch) | |
| tree | 23cfaf1175721d5744bd4f7eaa25b78c71c39c60 /sources/utils/VSFrame.java | |
| parent | a10580c984fe08374d4c591102115966e5ed31d1 (diff) | |
comments.
Diffstat (limited to 'sources/utils/VSFrame.java')
| -rw-r--r-- | sources/utils/VSFrame.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/utils/VSFrame.java b/sources/utils/VSFrame.java index ad2b54c..b3a43b5 100644 --- a/sources/utils/VSFrame.java +++ b/sources/utils/VSFrame.java @@ -13,7 +13,8 @@ import javax.swing.JFrame; * The Class VSFrame. */ public class VSFrame extends JFrame { - + private static final long serialVersionUID = 1L; + /** The Constant X_LOCATION_OFFSET. */ private final static int X_LOCATION_OFFSET = 40; |
