Name: krT82822 Date: 11/21/99
all versions since JDK 1.1
The javadoc documentation for java.awt.Component.addFocusListener says:
"Adds the specified focus listener to receive focus events from this component
when this component gains input focus."
It should say:
"Adds the specified focus listener to receive focus events from this component
when this component gains or loses input focus."
(Review ID: 98114)
======================================================================