FileDocCategorySizeDatePackage
WindowsButtonListener.javaAPI DocJava SE 5 API1299Fri Aug 26 14:54:48 BST 2005com.sun.java.swing.plaf.windows

WindowsButtonListener

public class WindowsButtonListener extends BasicButtonListener
Button Listener

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

version
1.2 11/03/97
author
Rich Schiavi

Fields Summary
Constructors Summary
public WindowsButtonListener(AbstractButton b)

	super(b);
    
Methods Summary