(Component frame, String btnText)
| 43 | } |
| 44 | |
| 45 | @Deprecated |
| 46 | @Override |
| 47 | public int showDialog(Component frame, String btnText) { |
| 48 | // This one can come from JFileChooser - default is OPEN |
| 49 | return super.showDialog(frame, btnText); |
| 50 | } |
| 51 | |
| 52 | private int err() { |
| 53 | try { |