FileDocCategorySizeDatePackage
RubyTheme.javaAPI DocExample2392Wed Aug 08 15:13:52 BST 2001None

RubyTheme

public class RubyTheme extends DefaultMetalTheme
This class describes a theme using red 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 "Ruby"; 
protected javax.swing.plaf.ColorUIResourcegetPrimary1()

 

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

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

 return primary3;