Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.util
Class GraphicsUtils

java.lang.Object
  extended by oracle.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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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