| Constructor and Description |
|---|
Components()
|
| Modifier and Type | Method and Description |
|---|---|
static JDialog |
getContainingDialog(Component
Get the containing
JDialog of the given component.
|
static JFrame |
getContainingFrame(Component
Get the containing
JFrame of the given component.
|
static Window |
getContainingWindow(Component
Get the containing
Window of the given component.
|
public static WindowgetContainingWindow(Component component)
Window of the given component.
component - the component to find the frame for
public static JFramegetContainingFrame(Component component)
JFrame of the given component.
component - the component to find the frame for