Package org.jrd.frontend.MainFrame
Class ScreenFinder
- java.lang.Object
-
- org.jrd.frontend.MainFrame.ScreenFinder
-
public class ScreenFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description ScreenFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
centerWindowsToCurrentScreen(Window w)
static Point
getCurrentPoint()
static GraphicsDevice
getCurrentScreen()
static Rectangle
getCurrentScreenSizeWithoutBounds()
-
-
-
Method Detail
-
getCurrentPoint
public static Point getCurrentPoint()
-
getCurrentScreen
public static GraphicsDevice getCurrentScreen()
-
getCurrentScreenSizeWithoutBounds
public static Rectangle getCurrentScreenSizeWithoutBounds()
-
centerWindowsToCurrentScreen
public static void centerWindowsToCurrentScreen(Window w)
-
-