RFR: 8298921: Create a regression test for JDK-8139581 [v3]
Sergey Bylokhov
serb at openjdk.org
Fri Jan 6 00:46:50 UTC 2023
On Thu, 5 Jan 2023 09:58:16 GMT, Srinivas Mandalika <smandalika at openjdk.org> wrote:
>> Create a regression test for JDK-8139581
>>
>> As described in JDK-8139581, when an AWT panel with AWT components, for example "java.awt.Button", is removed from AWT frame and added again to the same frame, then some AWT components contained in the panel are not drawn, however, clicking in the area of not drawn button leads to drawing of the button.
>>
>> Test has a swing and awt component in a panel. It then removes and adds back the panel from/into the frame, to verify that they are repainted back properly.
>
> Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:
>
> 8298921: Fixed whitespaces
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11707
More information about the client-libs-dev
mailing list