Class RadianceCremeLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceCremeLookAndFeel

        public RadianceCremeLookAndFeel()
        Creates a new Creme look-and-feel.