Class RadianceBusinessLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RadianceBusinessLookAndFeel
    extends RadianceLookAndFeel
    Standalone look-and-feel that uses the Business skin from BusinessSkin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceBusinessLookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.radiance.theming.api.skin.RadianceBusinessLookAndFeel" );
    • UIManager.setLookAndFeel(new RadianceBusinessLookAndFeel());
    See Also:
    Serialized Form
    • Constructor Detail

      • RadianceBusinessLookAndFeel

        public RadianceBusinessLookAndFeel()
        Creates a new Business look-and-feel.