src/share/classes/javax/swing/ButtonModel.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

*** 70,79 **** --- 70,80 ---- * remains down, the model remains in this state. Releasing the key sets * the model to unarmed and unpressed, triggers the button, and causes an * <code>ActionEvent</code> to be fired. * * @author Jeff Dinkins + * @since 1.2 */ public interface ButtonModel extends ItemSelectable { /** * Indicates partial commitment towards triggering the