Added license and copyright notice.
[instantlauncher.git] / src / main / java / eu / svjatoslav / instantlauncher / MainFrame.java
index 3ec2966..d6f4e8c 100755 (executable)
@@ -1,3 +1,11 @@
+/*
+ * Instantlauncher. Copyright ©2012-2019, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 3 of the GNU Lesser General Public License
+ * or later as published by the Free Software Foundation.
+ */
+
 package eu.svjatoslav.instantlauncher;
 
 import eu.svjatoslav.instantlauncher.menu.MultiLevelMenu;
@@ -9,7 +17,6 @@ import java.awt.event.WindowListener;
 
 class MainFrame {
 
-    public static final Dimension CONTENT_PANEL_SIZE = new Dimension(1100, 850);
     private final InstantLauncher instantLauncher;
     private JFrame frame;
     private boolean isShowing;