On Thu, 1 Sep 2022 16:29:07 GMT, Alexey Ivanov <[email protected]> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Updated as per suggested changes
>
> test/jdk/javax/swing/JFileChooser/FileSizeCheck.java line 64:
>
>> 62: public static void test() {
>> 63: JFrame frame = new JFrame("JFileChooser File Size test");
>> 64: JFileChooser fc = new JFileChooser();
>
> If you add,
>
>
> fc.setControlButtonsAreShown(false);
>
>
> the panel with _Open_ and _Cancel_ button will be hidden. I think it improves
> user experience, clicking either button does nothing.
Yeah sure, I will update it.
-------------
PR: https://git.openjdk.org/jdk/pull/9327