Class RadianceFieldOfWheatLookAndFeel

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

      • RadianceFieldOfWheatLookAndFeel

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