Class RadianceNebulaLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceNebulaLookAndFeel

      public RadianceNebulaLookAndFeel()
      Creates a new Nebula look-and-feel.