8068292: [TEST_BUG] Test javax/swing/JLayer/6824395/bug6824395.java fails with -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel

Reviewed-by: alexsch, azvegint
This commit is contained in:
Shobhit Gupta 2015-01-29 14:03:23 +03:00 committed by Konstantin Shefov
parent 8a1e007ca8
commit 8dd67e7459

View File

@ -59,7 +59,7 @@ public class bug6824395 {
editorPaneLayer.setUI(layerUI);
scrollPane = new JScrollPane(editorPaneLayer);
scrollPane.setViewportBorder(null);
scrollPane.setPreferredSize(new Dimension(200, 250));
frame.add(scrollPane);