Class RadianceOfficeSilver2007LookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceOfficeSilver2007LookAndFeel

        public RadianceOfficeSilver2007LookAndFeel()
        Creates a new Office Silver 2007 look-and-feel.