src/share/classes/java/awt/event/ComponentEvent.java

Print this page

        

*** 58,68 **** * of any particular {@code ComponentEvent} instance is not * in the range from {@code COMPONENT_FIRST} to {@code COMPONENT_LAST}. * * @see ComponentAdapter * @see ComponentListener ! * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/componentlistener.html">Tutorial: Writing a Component Listener</a> * * @author Carl Quinn * @since 1.1 */ public class ComponentEvent extends AWTEvent { --- 58,68 ---- * of any particular {@code ComponentEvent} instance is not * in the range from {@code COMPONENT_FIRST} to {@code COMPONENT_LAST}. * * @see ComponentAdapter * @see ComponentListener ! * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html">Tutorial: Writing a Component Listener</a> * * @author Carl Quinn * @since 1.1 */ public class ComponentEvent extends AWTEvent {