|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.util.gui.SwingUtil
public class SwingUtil
Various Swing related utility methods.
Constructor Summary | |
---|---|
SwingUtil()
|
Method Summary | |
---|---|
static java.awt.Frame |
getFrame(java.awt.Component window)
Return the Frame (or JFrame) containing the given window, or null if there is none. |
static void |
showFrame(java.awt.Component frame)
Make sure that the given JFrame or JInternalFrame is visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwingUtil()
Method Detail |
---|
public static void showFrame(java.awt.Component frame)
public static java.awt.Frame getFrame(java.awt.Component window)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |