Class RadianceNebulaBrickWallLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceNebulaBrickWallLookAndFeel

        public RadianceNebulaBrickWallLookAndFeel()
        Creates a new Nebula Brick Wall look-and-feel.