make getScreenSize() static
[jSite2.git] / src / net / pterodactylus / util / swing / SwingUtils.java
index e07a9fd..9c78727 100644 (file)
@@ -41,7 +41,7 @@ public class SwingUtils {
         * 
         * @return The size of the screen
         */
-       public Dimension getScreenSize() {
+       public static Dimension getScreenSize() {
                return new Dimension(screenDimension);
        }