RFR: 8327750: Convert javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java applet test to main [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Mar 12 02:47:25 UTC 2024


On Mon, 11 Mar 2024 14:27:09 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Review comment update
>>  - Review comment update
>
> test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java line 70:
> 
>> 68:                 PassFailJFrame.addTestWindow(frame);
>> 69:                 PassFailJFrame.positionTestWindow(frame, PassFailJFrame.Position.TOP_LEFT_CORNER);
>> 70:                 frame.pack();
> 
> You should call `pack()` before positioning the frame, otherwise the frame won't be positioned correctly.

Updated...

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18182#discussion_r1520763715


More information about the client-libs-dev mailing list