All Packages Class Hierarchy This Package Previous Next Index
![]() |
java.lang.Object | +----Acme.GuiUtils
Fetch the software.
Fetch the entire Acme package.
public static final Color noticeColor
public static final Color warningColor
public static final Color errorColor
public static final Color busyColor
public static final Color qmarkColor
public GuiUtils()
public static Component getTopParent(Component comp)
public static void packWindow(Component comp)
public static void drawSpline(Graphics graphics, int x1, int y1, int x2, int y2, int x3, int y3)
public static void drawThickLine(Graphics graphics, int x1, int y1, int x2, int y2, int linewidth)
public static Color parseColor(String str)
black blue cyan darkGray gray green lightGray magenta orange pink red white yellowOr, as an #rrggbb hex number, like in Netscape.
public static void handleBgcolor(Applet applet)
Acme.GuiUtils.handleBgcolor( this );at the start of your init() method.
public static Image noticeIcon(Component comp)
public static Image warningIcon(Component comp)
public static Image errorIcon(Component comp)
public static Image busyIcon(Component comp)
public static Image qmarkIcon(Component comp)
public static Image brokenIcon(Component comp)
public static void drawImage(Graphics graphics, Component comp, Image image)
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs