ObjEditor.java
.. .. @@ -2400,7 +2400,7 @@ 2400 2400 { 2401 2401 /**/ 2402 2402 FileDialog browser = new FileDialog(frame, dialogName, FileDialog.LOAD); 2403 - browser.show();2403 + browser.setVisible(true);2404 2404 String filename = browser.getFile(); 2405 2405 if (filename != null && filename.length() > 0) 2406 2406 {