Class RadianceFieldOfWheatLookAndFeel

java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
org.pushingpixels.radiance.theming.api.RadianceLookAndFeel
org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceFieldOfWheatLookAndFeel
All Implemented Interfaces:
Serializable

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

    • RadianceFieldOfWheatLookAndFeel

      public RadianceFieldOfWheatLookAndFeel()
      Creates a new Field Of Wheat look-and-feel.