2003/11/18 10:47:25
[org.ibex.core.git] / src / org / xwt / Platform.java
index efc2731..aada999 100644 (file)
@@ -213,7 +213,7 @@ public class Platform {
 
     /** displays a platform-specific "open file" dialog and returns the chosen filename, or null if the user hit cancel */
     protected String _fileDialog(String suggestedFileName, boolean write) { return null; }
-    public static String fileDialog(String suggestedFileName, boolean write) throws org.xwt.js.JS.Exn {
+    public static String fileDialog(String suggestedFileName, boolean write) throws org.xwt.js.JSExn {
         return platform._fileDialog(suggestedFileName, write);
     }