We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae5049 commit fe71e17Copy full SHA for fe71e17
test/jdk/java/awt/event/MouseWheelEvent/HWWheelScroll.java
@@ -73,7 +73,7 @@ public static ArrayList<Window> initUI() {
73
retValue.add(makeListFrame(TEXT_TALL));
74
retValue.add(makeListFrame(TEXT_WIDE));
75
retValue.add(makeListFrame(TEXT_SMALL));
76
- Frame f = new Frame();
+ Frame f = new Frame("File Dialog Owner");
77
f.setSize(150, 150);
78
f.setLocationRelativeTo(null);
79
FileDialog fd = new FileDialog(f, "FileDialog");
0 commit comments