-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: 8, 9
-
Component/s: client-libs
Javadoc for shouldYieldFocus says:
Returns:
true when valid, false when invalid
It's not clear and doesn't correspond to the description of the method: "If this method returns true, then the focus is transferred normally; if it returns false, then the focus remains in the argument component."
So the '@return' tag should say something like: true to allow focus transfer, false to make focus remain on the current component
Returns:
true when valid, false when invalid
It's not clear and doesn't correspond to the description of the method: "If this method returns true, then the focus is transferred normally; if it returns false, then the focus remains in the argument component."
So the '@return' tag should say something like: true to allow focus transfer, false to make focus remain on the current component
- relates to
-
JDK-8154431 Allow source and target based validation for the focus transfer between two JComponents
-
- Resolved
-
- links to