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 void
centerWindowsToCurrentScreen(java.awt.Window w)
static java.awt.GraphicsDevice
getCurrentScreen()
static java.awt.Rectangle
getCurrentScreenSizeWithoutBounds()
static java.awt.GraphicsDevice
getScreenOnCoords(java.awt.Point point)
static java.awt.Rectangle
getScreenOnCoordsWithoutBounds(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)
-
-