net.sf.josceleton.commons.util
Class GuiUtil

java.lang.Object
  extended by net.sf.josceleton.commons.util.GuiUtil

public final class GuiUtil
extends Object

Since:
0.4

Method Summary
static void enableHandCursor(Component component)
           
static JLabel newJLabel(String text, Font font)
           
static JLabel newJLabel(String text, Font font, Color fontColor)
           
static void setCenterLocation(Component component)
           
static void setCenterLocation(Component component, int xOffset, int yOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.