Package org.jvnet.substance.api

Examples of org.jvnet.substance.api.SubstanceColorSchemeBundle


  private static class SubstanceLegacyDefaultSkin extends SubstanceSkin {
    /**
     * Creates the default skin.
     */
    public SubstanceLegacyDefaultSkin() {
      SubstanceColorSchemeBundle defaultSchemeBundle = new SubstanceColorSchemeBundle(
          new AquaColorScheme(), new MetallicColorScheme(),
          new LightGrayColorScheme());
      this.registerDecorationAreaSchemeBundle(defaultSchemeBundle,
          DecorationAreaType.NONE);

View Full Code Here

TOP

Related Classes of org.jvnet.substance.api.SubstanceColorSchemeBundle

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.