ks.common.gui
Class WindowManager

java.lang.Object
  extended byks.common.gui.WindowManager

public class WindowManager
extends java.lang.Object

Common routines for managing windows. Creation date: (10/25/01 8:11:04 AM)


Constructor Summary
WindowManager()
           
 
Method Summary
static void centerDialog(java.awt.Dialog theDialog)
          Centers the Frame so it appears at the center of the screen.
static void centerFrame(java.awt.Frame theFrame)
          Centers the Frame so it appears at the center of the screen.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowManager

public WindowManager()
Method Detail

centerDialog

public static void centerDialog(java.awt.Dialog theDialog)
Centers the Frame so it appears at the center of the screen. Call this method before the frame is visible. Creation date: (10/25/01 8:11:42 AM)

Parameters:
theDialog - java.awt.Dialog

centerFrame

public static void centerFrame(java.awt.Frame theFrame)
Centers the Frame so it appears at the center of the screen. Call this method before the frame is visible. Creation date: (10/25/01 8:11:42 AM)

Parameters:
theFrame - java.awt.Frame