Class RadianceSentinelLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceSentinelLookAndFeel

      public RadianceSentinelLookAndFeel()
      Creates a new Sentinel look-and-feel.