1. /*
  2. * @(#)ButtonUI.java 1.17 03/01/23
  3. *
  4. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package javax.swing.plaf;
  8. import javax.swing.AbstractButton;
  9. import java.awt.Insets;
  10. /**
  11. * Pluggable look and feel interface for JButton.
  12. *
  13. * @version 1.17 01/23/03
  14. * @author Jeff Dinkins
  15. */
  16. public abstract class ButtonUI extends ComponentUI {
  17. }