Class SubstanceSentinelLookAndFeel



  • public class SubstanceSentinelLookAndFeel
    extends SubstanceLookAndFeel
    Standalone look-and-feel that uses the Sentinel skin from SentinelSkin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.substance.api.skin.SubstanceSentinelLookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.substance.api.skin.SubstanceSentinelLookAndFeel" );
    • UIManager.setLookAndFeel(new SubstanceSentinelLookAndFeel());
    See Also:
    Serialized Form
    • Constructor Detail

      • SubstanceSentinelLookAndFeel

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