public class GUI extends Object
Constructor and Description |
---|
GUI() |
Modifier and Type | Method and Description |
---|---|
static void |
center(Window win)
Positions the specified window in the center of the screen.
|
static Image |
createBlankImage(int width,
int height)
Creates a white AWT Image image of the specified size.
|
static void |
fix(Scrollbar sb)
Lightens overly dark scrollbar background on Windows 8.
|
static Rectangle |
getMaxWindowBounds() |
static Rectangle |
getUnionOfBounds() |
static Rectangle |
getZeroBasedMaxBounds() |
static boolean |
showCompositeAdvisory(ImagePlus imp,
String title) |
public static void center(Window win)
public static Rectangle getMaxWindowBounds()
public static Rectangle getZeroBasedMaxBounds()
public static Rectangle getUnionOfBounds()
public static Image createBlankImage(int width, int height)
public static void fix(Scrollbar sb)