On Tue, 15 Sep 2020 13:07:13 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Please review a fix for an issue where it is seen that even though >> Box.Filler components are invisible components that >> are created by Box methods to return struts and glue, they ( Box.Filler >> instances) are focusable by default. As a >> consequence, they become members of the implicitly created focus traversal >> policies, which means that their existence >> as components can be seen by users. Proposed fix is to make this Filler >> components unfocusable by default. All >> automated headful tests and JCK tests are unaffected by these. > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > Modified testcase to move frame to center Marked as reviewed by serb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/149