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