FileDocCategorySizeDatePackage
StdOutLookAndFeel.javaAPI DocExample681Mon Nov 09 12:45:52 GMT 1998None

StdOutLookAndFeel

public class StdOutLookAndFeel extends LookAndFeel

Fields Summary
Constructors Summary
Methods Summary
public javax.swing.UIDefaultsgetDefaults()

    UIDefaults table = new UIDefaults();

    table.put("ButtonUI", "StdOutButtonUI");

    return table;
  
public java.lang.StringgetDescription()

 return "The Standard Output Look and Feel"; 
public java.lang.StringgetID()

 return "StdOut"; 
public java.lang.StringgetName()

 return "Standard Output"; 
public booleanisNativeLookAndFeel()

 return false; 
public booleanisSupportedLookAndFeel()

 return true;