Package net.sourceforge.jnlp.util
Class ScreenFinder
- java.lang.Object
-
- net.sourceforge.jnlp.util.ScreenFinder
-
public class ScreenFinder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScreenFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcenterWindowsToCurrentScreen(java.awt.Window w)static java.awt.GraphicsDevicegetCurrentScreen()static java.awt.RectanglegetCurrentScreenSizeWithoutBounds()static java.awt.GraphicsDevicegetScreenOnCoords(java.awt.Point point)static java.awt.RectanglegetScreenOnCoordsWithoutBounds(java.awt.Point p)
-
-
-
Method Detail
-
getCurrentScreen
public static java.awt.GraphicsDevice getCurrentScreen()
-
getCurrentScreenSizeWithoutBounds
public static java.awt.Rectangle getCurrentScreenSizeWithoutBounds()
-
centerWindowsToCurrentScreen
public static void centerWindowsToCurrentScreen(java.awt.Window w)
-
getScreenOnCoords
public static java.awt.GraphicsDevice getScreenOnCoords(java.awt.Point point)
-
getScreenOnCoordsWithoutBounds
public static java.awt.Rectangle getScreenOnCoordsWithoutBounds(java.awt.Point p)
-
-