public class MaximoSwingLookAndFeel
extends javax.swing.plaf.metal.MetalLookAndFeel
In your Swing application, the following should be the first commands in main:
UIManager.setLookAndFeel("psdi.util.MaximoSwingLookAndFeel");
MetalLookAndFeel.setCurrentTheme(new MaximoSwingTheme());
MaximoSwingTheme
,
Serialized FormConstructor and Description |
---|
MaximoSwingLookAndFeel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getID() |
java.lang.String |
getName() |
javax.swing.border.TitledBorder |
getTitledBorder(java.lang.String title)
Maximo method for building a titled border.
|
getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledIcon, getDisabledSelectedIcon, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setCurrentTheme
public java.lang.String getName()
getName
in class javax.swing.plaf.metal.MetalLookAndFeel
public java.lang.String getID()
getID
in class javax.swing.plaf.metal.MetalLookAndFeel
public java.lang.String getDescription()
getDescription
in class javax.swing.plaf.metal.MetalLookAndFeel
public javax.swing.border.TitledBorder getTitledBorder(java.lang.String title)