FileDocCategorySizeDatePackage
InverseTheme.javaAPI DocExample1694Mon Jan 09 11:02:00 GMT 2006None

InverseTheme

public class InverseTheme extends DefaultMetalTheme

Fields Summary
Constructors Summary
Methods Summary
public javax.swing.plaf.ColorUIResourcegetHighlightedTextColor()

        return new ColorUIResource(255,255,255);
    
public javax.swing.plaf.ColorUIResourcegetMenuBackground()

        return new ColorUIResource(255,255,255);
    
public javax.swing.plaf.ColorUIResourcegetMenuForeground()

        return new ColorUIResource(0,0,0);
    
public javax.swing.plaf.ColorUIResourcegetMenuSelectedBackground()

        return new ColorUIResource(0,0,0);
    
public javax.swing.plaf.ColorUIResourcegetMenuSelectedForeground()

        return new ColorUIResource(255,255,255);
    
protected javax.swing.plaf.ColorUIResourcegetPrimary1()

 
        return new ColorUIResource(255,255,255);
    
protected javax.swing.plaf.ColorUIResourcegetPrimary2()

 
        return new ColorUIResource(0,0,0);
    
protected javax.swing.plaf.ColorUIResourcegetPrimary3()

 
        return new ColorUIResource(255,255,255);
    
protected javax.swing.plaf.ColorUIResourcegetSecondary1()

 
        return new ColorUIResource(0,0,0);
    
protected javax.swing.plaf.ColorUIResourcegetSecondary2()

 
        return new ColorUIResource(0,0,0);
    
protected javax.swing.plaf.ColorUIResourcegetSecondary3()

 
        return new ColorUIResource(255,255,255);
    
public javax.swing.plaf.ColorUIResourcegetSystemTextColor()

        return new ColorUIResource(0,0,0);
    
public javax.swing.plaf.ColorUIResourcegetTextHighlightColor()

        return new ColorUIResource(0,0,0);