|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wallstreetwise.app.jspell.gui.Util
public class Util
GUI utility classes for JSpell.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static void |
centerDialog(java.awt.Dialog d,
java.awt.Frame f)
Center the Dialog within the Frame. |
static java.awt.Frame |
getFrame(java.awt.Component c)
Accept a component and look up the containment hierarchy for its Frame parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static final java.awt.Frame getFrame(java.awt.Component c)
c - a Component object.
public static void centerDialog(java.awt.Dialog d,
java.awt.Frame f)
d - a Dialog.f - a Frame.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||