org.glite.wmsui.guij
Class GraphicUtils

java.lang.Object
  extended byorg.glite.wmsui.guij.GraphicUtils

public class GraphicUtils
extends java.lang.Object

Implementation of the GraphicUtils class. This class provides graphic utility methods.

Version:
1.0
Author:
Giuseppe Avellino

Constructor Summary
GraphicUtils()
           
 
Method Summary
static void deiconifyFrame(java.awt.Frame frame)
           
static void screenCenterWindow(java.awt.Window window)
           
static void windowCenterWindow(java.awt.Window parentWindow, java.awt.Window window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicUtils

public GraphicUtils()
Method Detail

deiconifyFrame

public static void deiconifyFrame(java.awt.Frame frame)

screenCenterWindow

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

windowCenterWindow

public static void windowCenterWindow(java.awt.Window parentWindow,
                                      java.awt.Window window)