8299306: Test "javax/swing/JFileChooser/FileSystemView/CustomFSVLinkTest.java" fails on Windows 10 x64 because there are some buttons did not display button name

Reviewed-by: psadhukhan, abhiscxk
This commit is contained in:
Tejesh R 2023-01-06 07:50:33 +00:00
parent 775da84a84
commit 99be74088e

View File

@ -81,6 +81,7 @@ public class CustomFSVLinkTest {
PassFailJFrame.addTestWindow(frame);
PassFailJFrame.positionTestWindow(frame, PassFailJFrame.Position.HORIZONTAL);
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
jfc.setControlButtonsAreShown(false);
jfc.setDialogType(JFileChooser.CUSTOM_DIALOG);
frame.add(jfc, BorderLayout.CENTER);