Class ScreenFinder

java.lang.Object
net.sourceforge.jnlp.util.ScreenFinder

public class ScreenFinder extends Object
  • Constructor Details

    • ScreenFinder

      public ScreenFinder()
  • Method Details

    • getCurrentScreen

      public static GraphicsDevice getCurrentScreen()
    • getCurrentScreenSizeWithoutBounds

      public static Rectangle getCurrentScreenSizeWithoutBounds()
    • centerWindowsToCurrentScreen

      public static void centerWindowsToCurrentScreen(Window w)
    • getScreenOnCoords

      public static GraphicsDevice getScreenOnCoords(Point point)
    • getScreenOnCoordsWithoutBounds

      public static Rectangle getScreenOnCoordsWithoutBounds(Point p)