ExtraMahoganyTheme.java :  » Swing-Library » substance-look-feel » org » jvnet » substance » themepack » theme » Java Open Source

Java Open Source » Swing Library » substance look feel 
substance look feel » org » jvnet » substance » themepack » theme » ExtraMahoganyTheme.java
package org.jvnet.substance.themepack.theme;

import org.jvnet.substance.theme.SubstanceTheme;
import org.jvnet.substance.themepack.color.MahoganyColorScheme;

/**
 * <b>Aqua</b> theme for <code>Substance</code> look and feel.
 * 
 * @author Kirill Grouchnikov
 */
public class ExtraMahoganyTheme extends SubstanceTheme {
  /**
   * Simple constructor.
   */
  public ExtraMahoganyTheme() {
    super(new MahoganyColorScheme(), "Mahogany", ThemeKind.BRIGHT);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.