Class RadianceSaharaLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceSaharaLookAndFeel

        public RadianceSaharaLookAndFeel()
        Creates a new Sahara look-and-feel.