jdk/src/share/classes/javax/swing/AbstractButton.java
changeset 7959 2e05332a8f5c
parent 7668 d4a77089c587
child 9035 1255eb81cc2f
equal deleted inserted replaced
7793:bcc54a3c2825 7959:2e05332a8f5c
  1333      * inner class.  If you do the lifetime of the button will be tied to
  1333      * inner class.  If you do the lifetime of the button will be tied to
  1334      * that of the <code>Action</code>.
  1334      * that of the <code>Action</code>.
  1335      *
  1335      *
  1336      * @param a the button's action
  1336      * @param a the button's action
  1337      * @since 1.3
  1337      * @since 1.3
  1338      * @see <a href="#actions">Actions</a>
       
  1339      * @see Action
  1338      * @see Action
  1340      * @see #setAction
  1339      * @see #setAction
  1341      */
  1340      */
  1342     protected PropertyChangeListener createActionPropertyChangeListener(Action a) {
  1341     protected PropertyChangeListener createActionPropertyChangeListener(Action a) {
  1343         return createActionPropertyChangeListener0(a);
  1342         return createActionPropertyChangeListener0(a);