Class RadianceNebulaLookAndFeel

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

      • RadianceNebulaLookAndFeel

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