public final class FrameFinder
extends java.lang.Object
FrameFinder implements search for an
enclosing frame of an AWT Component.| Constructor and Description |
|---|
FrameFinder() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Frame |
findFrame(java.awt.Component c)
The
findFrame method returns the enclosing frame of
a component, or null if no such frame exists. |