-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
beta
-
generic
-
generic
Name: clC74495 Date: 12/08/98
Documentation in Component class has bad @since tag.
/**
* Transfers the focus to the next component.
* @see java.awt.Component#requestFocus
* @since JDK1.1s
*/
public void transferFocus() {
nextFocus();
}
(Review ID: 47491)
======================================================================