This repository was archived by the owner on May 5, 2023. It is now read-only.
Fixed implicit logic for setFocus()
Before if we are setting focus and explicitly specifying focus key, if that component didn't exist in the focusableComponents, it was falling back to own focus key. This logic is not necessary.