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:
parent
775da84a84
commit
99be74088e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user