| java.lang.Object com.ice.util.AWTUtilities
AWTUtilities | public class AWTUtilities (Code) | | |
Method Summary | |
public static Point | computeDialogLocation(Dialog dialog, int w, int h) | public static void | constrain(Container container, Component component, int fill, int anchor, int gx, int gy, int gw, int gh, double wx, double wy) | public static void | constrain(Container container, Component component, int fill, int anchor, int gx, int gy, int gw, int gh, double wx, double wy, int ipadx, int ipady) | public static Font | getFont(String fontName) | public static Image | getImageResource(String name) | public static Image | getImageResource(Class base, String name) |
computeDialogLocation | public static Point computeDialogLocation(Dialog dialog, int w, int h)(Code) | | |
constrain | public static void constrain(Container container, Component component, int fill, int anchor, int gx, int gy, int gw, int gh, double wx, double wy)(Code) | | |
constrain | public static void constrain(Container container, Component component, int fill, int anchor, int gx, int gy, int gw, int gh, double wx, double wy, int ipadx, int ipady)(Code) | | |
|
|