File
Doc
Category
Size
Date
Package
EmeraldTheme.java
API Doc
Example
2416
Wed Aug 08 15:13:52 BST 2001
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.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.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