summaryrefslogtreecommitdiff
path: root/sources/utils/VSFrame.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/utils/VSFrame.java')
-rw-r--r--sources/utils/VSFrame.java3
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;