ui.util
Class GeneralUtil

java.lang.Object
  extended by ui.util.GeneralUtil

public class GeneralUtil
extends java.lang.Object

Author:
skunk

Constructor Summary
GeneralUtil()
           
 
Method Summary
static void centerComponent(java.awt.Component component)
          This method is helpfull to center on the screen a Component like a JFrame or a JDialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralUtil

public GeneralUtil()
Method Detail

centerComponent

public static void centerComponent(java.awt.Component component)
This method is helpfull to center on the screen a Component like a JFrame or a JDialog.

Parameters:
component - The component to be centered on the screen.


Copyright © 2006 SF.net. All Rights Reserved.