Integrated: 8298921: Create a regression test for JDK-8139581

Srinivas Mandalika smandalika at openjdk.org
Sun Jan 8 09:12:58 UTC 2023


On Fri, 16 Dec 2022 10:21:35 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.

This pull request has now been integrated.

Changeset: 834e50e9
Author:    Srinivas Mandalika <smandalika at openjdk.org>
Committer: Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/834e50e9efc16effad7469cae99ab8f918a30e86
Stats:     198 lines in 1 file changed: 198 ins; 0 del; 0 mod

8298921: Create a regression test for JDK-8139581

Reviewed-by: serb

-------------

PR: https://git.openjdk.org/jdk/pull/11707



More information about the client-libs-dev mailing list