com.nonesole.swing.plaf.basic.tools
Class SwingUtils

java.lang.Object
  extended by com.nonesole.swing.plaf.basic.tools.SwingUtils

public class SwingUtils
extends java.lang.Object

Version:
1.0 - build in 2011-01-18
Author:
JACK LEE

Constructor Summary
SwingUtils()
           
 
Method Summary
static int getCenterX(int width)
           
static int getCenterY(int height)
           
static void setToScreenCenter(java.awt.Window window)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

setToScreenCenter

public static void setToScreenCenter(java.awt.Window window)

getCenterX

public static int getCenterX(int width)

getCenterY

public static int getCenterY(int height)