net.sf.josceleton.commons.util
Class GuiUtil
java.lang.Object
net.sf.josceleton.commons.util.GuiUtil
public final class GuiUtil
- extends Object
- Since:
- 0.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setCenterLocation
public static void setCenterLocation(Component component)
- Since:
- 0.4
setCenterLocation
public static void setCenterLocation(Component component,
int xOffset,
int yOffset)
- Since:
- 0.4
enableHandCursor
public static void enableHandCursor(Component component)
- Since:
- 0.4
newJLabel
public static JLabel newJLabel(String text,
Font font)
- Since:
- 0.4
newJLabel
public static JLabel newJLabel(String text,
Font font,
Color fontColor)
- Since:
- 0.4
Copyright © 2011 Josceleton. All Rights Reserved.