|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.perfectfools.localizer.gui.GUIHelperMethods
GUIHelperMethods
Constructor Summary | |
GUIHelperMethods()
|
Method Summary | |
static void |
centerOnScreen(java.awt.Frame frame)
Locates the frame on the screen center. |
static void |
configureUI()
Configures the UI; tries to set the system look on Mac, ExtWindowsLookAndFeel
on general Windows, and Plastic3DLookAndFeel on Windows XP and all other OS.
|
static javax.swing.JScrollPane |
createStrippedScrollPane(java.awt.Component c)
Creates and returns a JScrollpane that has no border. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GUIHelperMethods()
Method Detail |
public static javax.swing.JScrollPane createStrippedScrollPane(java.awt.Component c)
JScrollpane
that has no border.
public static void centerOnScreen(java.awt.Frame frame)
public static void configureUI()
ExtWindowsLookAndFeel
on general Windows, and Plastic3DLookAndFeel
on Windows XP and all other OS.
The JGoodies Swing Suite's ApplicationStarter
,ExtUIManager
,
and LookChoiceStrategies
classes provide a much more fine grained algorithm to
choose and restore a look and theme.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |