01: package abbot.tester; 02: 03: import javax.swing.JButton; 04: 05: /** 06: * Provides action methods and assertions for {@link JButton}s. 07: * 08: * @author tlroche 09: * @version $Id: JButtonTester.java 1419 2005-01-05 18:34:48Z twall $ 10: */ 11: public class JButtonTester extends AbstractButtonTester { 12: }