Class RadianceHarvestLookAndFeel

All Implemented Interfaces:
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:
  • Constructor Details

    • RadianceHarvestLookAndFeel

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