public final class DialogUtil
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static java.awt.Dialog | 
getAncestorDialog(java.awt.Component parent)
Given a Component, find its nearest hosting Dialog, if any,
  which may be itself. 
 | 
static java.awt.Frame | 
getAncestorFrame(java.awt.Component parent)
Given a Component, find its nearest hosting Frame, if any,
  which may be itself. 
 | 
public static java.awt.Dialog getAncestorDialog(java.awt.Component parent)
public static java.awt.Frame getAncestorFrame(java.awt.Component parent)