RFR: JDK-8353486 : Open source Swing Tests - Set 4 [v3]
Harshitha Onkar
honkar at openjdk.org
Thu Apr 17 17:30:52 UTC 2025
On Thu, 17 Apr 2025 17:23:36 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review update
>
> test/jdk/javax/swing/JFileChooser/bug4464774.java line 63:
>
>> 61: public static JFrame createAndShowUI() {
>> 62: JFrame frame = new JFrame("JFileChooser bug4464774");
>> 63: JFileChooser jfc = new JFileChooser();
>
> You can add `jfc.setControlButtonsAreShown(false)` to hide the **Open** and **Cancel** buttons.
>
> This can be applied to all the `JFileChooser` tests.
Thanks. I'll update it for all JFileChooser tests .
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24456#discussion_r2049387823
More information about the client-libs-dev
mailing list