X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Finstantlauncher%2FMainFrame.java;h=d6f4e8c80b895a889d77ed84759a0b125099d336;hb=77082432ed790314e9d5600a33103845eeebf993;hp=3ec2966be220c8f2eee529407ade8477cc3189dc;hpb=8e31839bb326186944811ac3e54a3037ffa75106;p=instantlauncher.git diff --git a/src/main/java/eu/svjatoslav/instantlauncher/MainFrame.java b/src/main/java/eu/svjatoslav/instantlauncher/MainFrame.java index 3ec2966..d6f4e8c 100755 --- a/src/main/java/eu/svjatoslav/instantlauncher/MainFrame.java +++ b/src/main/java/eu/svjatoslav/instantlauncher/MainFrame.java @@ -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;