org.nuiton.widget
Class SwingUtil

java.lang.Object
  extended by org.nuiton.widget.SwingUtil

public class SwingUtil
extends Object


Constructor Summary
SwingUtil()
           
 
Method Summary
static void center(Component component)
          Center the widget on the screen
static void configureUI(Component component)
           
static void init()
          Deprecated. since 1.0.4 with no replacement (removed in 1.1)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtil

public SwingUtil()
Method Detail

init

@Deprecated
public static void init()
                 throws Exception
Deprecated. since 1.0.4 with no replacement (removed in 1.1)

Throws:
Exception

configureUI

public static void configureUI(Component component)

center

public static void center(Component component)
Center the widget on the screen



Copyright © 2004-2010 CodeLutin. All Rights Reserved.