File
Doc
Category
Size
Date
Package
EmeraldTheme.java
API Doc
Sun JDK 1.4.2 Example
2638
Thu May 12 00:35:28 BST 2005
None
EmeraldTheme
java.lang.Object
javax.swing.plaf.metal.MetalTheme
javax.swing.plaf.metal.DefaultMetalTheme
public class EmeraldTheme extends DefaultMetalTheme
This class describes a theme using glowing green colors.
version
1.7 01/23/03
author
Jeff Dinkins
Fields Summary
private final ColorUIResource
primary1
private final ColorUIResource
primary2
private final ColorUIResource
primary3
Constructors Summary
Methods Summary
public
java.lang.String
getName
()
return "Emerald";
protected
javax.swing.plaf.ColorUIResource
getPrimary1
()
return primary1;
protected
javax.swing.plaf.ColorUIResource
getPrimary2
()
return primary2;
protected
javax.swing.plaf.ColorUIResource
getPrimary3
()
return primary3;
Java Code Source