X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Fswing%2FSwingUtils.java;h=b5300441e5fe2d2f568b63b485349e0a3a90d81b;hb=8eab1a3975c251c4820988f3fdecbf9b113d9171;hp=e07a9fd61a916dcce4bd78fbfed3069fb636eff0;hpb=8740c8502c3b9db772d07ab855de10555b5effd3;p=jSite2.git diff --git a/src/net/pterodactylus/util/swing/SwingUtils.java b/src/net/pterodactylus/util/swing/SwingUtils.java index e07a9fd..b530044 100644 --- a/src/net/pterodactylus/util/swing/SwingUtils.java +++ b/src/net/pterodactylus/util/swing/SwingUtils.java @@ -29,7 +29,6 @@ import java.awt.Window; * Helper utilities for working with Swing. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class SwingUtils { @@ -41,7 +40,7 @@ public class SwingUtils { * * @return The size of the screen */ - public Dimension getScreenSize() { + public static Dimension getScreenSize() { return new Dimension(screenDimension); }