Extension SDK 10.1.3.36.73

oracle.javatools.util
Class GraphicsUtils

java.lang.Object
  extended byoracle.javatools.util.GraphicsUtils
Direct Known Subclasses:
GraphicsUtils

public class GraphicsUtils
extends java.lang.Object

GraphicsUtils defines common user-interface related utility functions.


Constructor Summary
GraphicsUtils()
           
 
Method Summary
static void centerWindowOnScreen(java.awt.Window window)
          Sets the location of the specified window so that it is centered on screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsUtils

public GraphicsUtils()
Method Detail

centerWindowOnScreen

public static void centerWindowOnScreen(java.awt.Window window)
Sets the location of the specified window so that it is centered on screen.

Parameters:
window - The window to be centered.

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.