|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.util.SwingUtilities
SwingUtilities.java esta classe contem alguns metodos estaticos uteis no desenvolvimento de aplicações em swing. Company MoreData
| Method Summary | |
static void |
center(java.awt.Component w)
Standard way how to place the window to the center of the screen. |
static void |
center(java.awt.Component owner,
java.awt.Component c)
Standard way how to place the window to the center of other component. |
static javax.swing.JComponent |
getFirstJComponentFromInnerContainer(java.awt.Container container)
Realiza um procura em profundidade a procura do ultimo Container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final void center(java.awt.Component w)
public static final void center(java.awt.Component owner,
java.awt.Component c)
public static javax.swing.JComponent getFirstJComponentFromInnerContainer(java.awt.Container container)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||