RFR: 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog [v2]

Harshitha Onkar honkar at openjdk.org
Wed Oct 9 18:28:07 UTC 2024


On Wed, 9 Oct 2024 17:41:44 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Applet test converted to main based manual test and open sourced.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Test instruction update

test/jdk/javax/swing/JFileChooser/bug4587721.java line 48:

> 46:             UIManager.setLookAndFeel(new MetalLookAndFeel());
> 47:         } catch (Exception e) {
> 48:             throw new RuntimeException(e);

Shouldn't this be a SkippedException?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21418#discussion_r1793968666


More information about the client-libs-dev mailing list