On Wed, 4 Sep 2024 17:30:59 GMT, Manukumar V S <[email protected]> wrote:
>> This is a highly intermittent failure, and it failed only once in CI on a >> particular windows machine and passed on all other runs. >> >> Failure reason: >> When the button was displayed for the first time, the focus rectangle drawn >> on the button text(Button A) was not seen(failure images attached in the >> bug). >> >> Fix: >> To stabilize the test, I have added a line -> button.setFocusPainted(false), >> so that the focus rectangle will not be painted > > Manukumar V S has updated the pull request incrementally with one additional > commit since the last revision: > > Added null check to frame before disposing @openjdk[bot] Your change (at version 2684224f3d2b658cf73136688a0e2d65a7bc26a0) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20777#issuecomment-2329870448
