FileDocCategorySizeDatePackage
EmeraldTheme.javaAPI DocExample2416Wed Aug 08 15:13:52 BST 2001None

EmeraldTheme

public class EmeraldTheme extends DefaultMetalTheme
This class describes a theme using glowing green colors.
version
1.3 07/22/99
author
Jeff Dinkins

Fields Summary
private final ColorUIResource
primary1
private final ColorUIResource
primary2
private final ColorUIResource
primary3
Constructors Summary
Methods Summary
public java.lang.StringgetName()

 return "Emerald"; 
protected javax.swing.plaf.ColorUIResourcegetPrimary1()

 

        return primary1; 
protected javax.swing.plaf.ColorUIResourcegetPrimary2()

 return primary2; 
protected javax.swing.plaf.ColorUIResourcegetPrimary3()

 return primary3;