On Thu, 17 Apr 2025 17:23:36 GMT, Alexey Ivanov <aiva...@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

Reply via email to