Class RadianceHarvestLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceHarvestLookAndFeel

        public RadianceHarvestLookAndFeel()
        Creates a new Harvest look-and-feel.