Blocks :
|
|
Relates :
|
The JDK-8080395 introduces public FocusEvent#Cause concept to track the focus origin.To make this new functionality fully usable the next methods Component#requestFocus(FocusEvent.Cause) Component#requestFocus(boolean temporary, FocusEvent.Cause cause) Component#requestFocusInWindow(FocusEvent.Cause cause) need to be opened.