2003/09/04 08:28:17
[org.ibex.core.git] / src / org / xwt / plat / PalmOS.java
index 34f9c12..a717d2e 100644 (file)
@@ -1,11 +1,12 @@
 // Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.plat;
+import org.xwt.*;
 
 /** Platform class for PalmOS devices */
 public class PalmOS extends Platform {
 
     public static int PilotMain(int cmd, int cmdBPB, int launchFlags) {
-        Main.main(new String[] { });
+        //Main.main(new String[] { });
         return 0;
     }