FileDocCategorySizeDatePackage
StdOutButtonUI.javaAPI DocExample2267Thu Oct 24 20:14:28 BST 2002None

StdOutButtonUI

public class StdOutButtonUI extends ButtonUI

Fields Summary
private static StdOutButtonUI
instance
private AccessListener
listener
Constructors Summary
Methods Summary
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)


  // Return the single instance. If this is the first time, we create the
  // instance in this method too.
       
    if (instance == null) {
      instance = new StdOutButtonUI();
    }
    return instance;
  
public java.awt.InsetsgetDefaultMargin(javax.swing.AbstractButton b)

    return null; // Not called since weâ