public class GUIUtility
extends java.lang.Object
Title: GUI utilities
Description:
Copyright: Copyright (c) 2004-2014
Company:
Modifier | Constructor and Description |
---|---|
private |
GUIUtility()
Don't want instances of this class created.
|
Modifier and Type | Method and Description |
---|---|
static void |
center(java.awt.Window winaChild,
java.awt.Window winaParent)
Centers a window on the parent window or the screen.
|
public static void center(java.awt.Window winaChild, java.awt.Window winaParent)
winaChild
- The window being centered.winaParent
- The parent window, or null if no parent frame exists.