Modifier and Type | Method and Description |
---|---|
static void |
centerWindow(Rectangle bounds,
Window window)
Centers the given window within the specified bounds.
|
static void |
centerWindow(Window window)
Centers the given window on the screen.
|
static void |
centerWindow(Window parent,
Window window)
Centers the given window within the specified parent window.
|
static boolean |
ensureSizeReasonable(Window window)
Limits the size of the given window to fit onscreen.
|
public static void centerWindow(Window window)
public static void centerWindow(Window parent, Window window)
public static void centerWindow(Rectangle bounds, Window window)
public static boolean ensureSizeReasonable(Window window)
Copyright © 2015–2022 SciJava. All rights reserved.