RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

Damon Nguyen dnguyen at openjdk.org
Fri Mar 22 08:48:35 UTC 2024


On Fri, 22 Mar 2024 01:23:40 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

> @DamonGuy Tested on macOS, JColorChooser DnD doesn't seem to work on it.

Same for me. Looks like it's not an issue with the test and rather a bug that hasn't been fixed yet. I found [JDK-8065647](https://bugs.openjdk.org/browse/JDK-8065647) which I think is related to this. Seems to be filed after the bugID for THIS test was resolved.

> test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java line 37:
> 
>> 35: 
>> 36:     public static void main(String[] args) {
>> 37:         SwingUtilities.invokeLater(() -> {
> 
> Copyright year needs to be updated for this file

Updated. Thanks.

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

PR Comment: https://git.openjdk.org/jdk/pull/18436#issuecomment-2014625683
PR Review Comment: https://git.openjdk.org/jdk/pull/18436#discussion_r1535240116


More information about the client-libs-dev mailing list