On Mon, 3 Jun 2024 12:22:53 GMT, Ravi Gupta <rgu...@openjdk.org> wrote:
> This testcase checks for the following assertions for Component events: > > 1. When components are resized, moved, hidden and shown the respective events > are triggered. > 2. When the components are hidden/disabled also,the component events like > resized/moved are triggered. > 3. When a hidden component is hidden again, or a visible component is shown > again, the events should not be fired. > 4. When a window is minimized/restored then hidden and shown component events > should be triggered. > > Testing: > Tested using Mach5(20 times per platform) in macos,linux and windows and got > all pass. This pull request has now been integrated. Changeset: a02d895f Author: Ravi Gupta <rgu...@openjdk.org> Committer: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a02d895f7ad59fe33f8a761dbd7bceb0b8dfefc0 Stats: 357 lines in 1 file changed: 357 ins; 0 del; 0 mod 8333403: Write a test to check various components events are triggered properly Reviewed-by: aivanov ------------- PR: https://git.openjdk.org/jdk/pull/19521