X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Fswing%2FSwingUtils.java;h=08f79bbb9f04621203d39615ac846a1f4f30fbd9;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;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..08f79bb 100644 --- a/src/net/pterodactylus/util/swing/SwingUtils.java +++ b/src/net/pterodactylus/util/swing/SwingUtils.java @@ -27,9 +27,8 @@ import java.awt.Window; /** * Helper utilities for working with Swing. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class SwingUtils { @@ -38,16 +37,16 @@ public class SwingUtils { /** * Returns the size of the screen. - * + * * @return The size of the screen */ - public Dimension getScreenSize() { + public static Dimension getScreenSize() { return new Dimension(screenDimension); } /** * Centers the given window on the screen. - * + * * @param window * The window to center */ @@ -59,7 +58,7 @@ public class SwingUtils { /** * {@link Window#pack() Packs} the given window and positions it so that its * center stays the same. - * + * * @param window * The window to pack and recenter */ @@ -72,7 +71,7 @@ public class SwingUtils { /** * Returns the center of the given rectangle. - * + * * @param bounds * The rectangle which center to get * @return The center of the rectangle