Class RadianceTwilightLookAndFeel

All Implemented Interfaces:
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:
  • Constructor Details

    • RadianceTwilightLookAndFeel

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