Class RadianceSentinelLookAndFeel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • RadianceSentinelLookAndFeel

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