< prev index next >
src/java.desktop/macosx/classes/com/apple/laf/AquaRootPaneUI.java
Print this page
*** 162,172 ****
}
}
/**
* Invoked when a property changes on the root pane. If the event
! * indicates the <code>defaultButton</code> has changed, this will
* update the animation.
* If the enabled state changed, it will start or stop the animation
*/
public void propertyChange(final PropertyChangeEvent e) {
super.propertyChange(e);
--- 162,172 ----
}
}
/**
* Invoked when a property changes on the root pane. If the event
! * indicates the {@code defaultButton} has changed, this will
* update the animation.
* If the enabled state changed, it will start or stop the animation
*/
public void propertyChange(final PropertyChangeEvent e) {
super.propertyChange(e);
< prev index next >