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 ffd35fa commit fcdb068Copy full SHA for fcdb068
sources/net.sf.j2s.java.core/src/test/async/AsyncFileChooser.java
@@ -36,16 +36,19 @@ public int showDialog(Component frame) {
36
return err();
37
}
38
39
+ @Override
40
@Deprecated
41
public int showDialog(Component frame, String type) {
42
return (ok == null ? err() : super.showDialog(frame, type));
43
44
45
46
47
public int showOpenDialog(Component frame) {
48
49
50
51
52
53
public int showSaveDialog(Component frame) {
54
0 commit comments