Class RadianceTwilightLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceTwilightLookAndFeel

        public RadianceTwilightLookAndFeel()
        Creates a new Twilight look-and-feel.