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 fcdb068 commit c6cc8afCopy full SHA for c6cc8af
sources/net.sf.j2s.java.core/src/test/async/AsyncFileChooser.java
@@ -39,6 +39,9 @@ public int showDialog(Component frame) {
39
@Override
40
@Deprecated
41
public int showDialog(Component frame, String type) {
42
+
43
+ // this method will be called from super constructor(frame)
44
45
return (ok == null ? err() : super.showDialog(frame, type));
46
}
47
0 commit comments