2003/09/26 02:56:56
[org.ibex.core.git] / src / org / xwt / Platform.java
index 9216dcb..20f7d80 100644 (file)
@@ -231,11 +231,13 @@ public class Platform {
 
     /** default implementation is Eric Albert's BrowserLauncher.java */
     protected void _newBrowserWindow(String url) {
+        /*
         try {
             edu.stanford.ejalbert.BrowserLauncher.openURL(url);
         } catch (Exception e) {
             Log.log(this, e);
         }
+        */
     }
 
     /** opens a new browser window */