Integrated: 8283624: Create an automated regression test for RFE-4390885

Manukumar V S mvs at openjdk.java.net
Fri Apr 29 04:13:46 UTC 2022


On Mon, 28 Mar 2022 14:17:17 GMT, Manukumar V S <mvs at openjdk.org> wrote:

> Write a regression test for [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement Request.
> 
> Issue:
> Please add the ability to set the location of a JFileChooser. This might be a
> bug, but JFileChooser.setLocation() has no effect when
> JFileChooser.showXXXXDialog() is called. This is becoming very important as the
> popularity of multiple monitors is increasing. These dialogs show up on the
> wrong monitor which is really annoying. Also due to bug #4189244 I am unable to
> avoid painting problems by positioning the dialog away from the menu item that
> initiated it.
> 
> Fix:
> Now it's possible to set the location of Dialog in JFileChooser.
> 
> Testing:
> 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all Pass.

This pull request has now been integrated.

Changeset: 99388eff
Author:    Manukumar V S <mvs at openjdk.org>
Committer: Abdul Kolarkunnu <akolarkunnu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/99388eff8da2cb3dc0bb34f05e8784795edb790e
Stats:     281 lines in 1 file changed: 281 ins; 0 del; 0 mod

8283624: Create an automated regression test for RFE-4390885

Reviewed-by: serb

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

PR: https://git.openjdk.java.net/jdk/pull/7996



More information about the client-libs-dev mailing list