public class GUIUtil extends java.lang.Object
Constructor and Description |
---|
GUIUtil() |
Modifier and Type | Method and Description |
---|---|
static TableauFrame |
getParentTableauFrame(java.awt.Component source)
Get the parent TableauFrame, if any, for a Component.
|
static java.awt.Window |
getParentWindow(java.awt.Component source)
The getParentWindow method will return the Window that contains the
supplied Component.
|
public GUIUtil()
public static java.awt.Window getParentWindow(java.awt.Component source)
source
- public static TableauFrame getParentTableauFrame(java.awt.Component source)