On Wed, 9 Oct 2024 05:21:58 GMT, Abhishek Kumar <[email protected]> wrote:
> Applet test converted to main based manual test and open sourced.
test/jdk/javax/swing/JFileChooser/bug4587721.java line 54:
> 52: Press the Details button.
> 53: If the file name's text is chopped off by
> height,
> 54: test failed, otherwise it succedeed.""";
Suggestion:
String instructions = """
Click on the Details button in JFileChooser Window.
If the filename text is chopped off by height,
then Press FAIL else Press PASS.
""";
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21418#discussion_r1793899799