2003/09/27 06:42:26
[org.ibex.core.git] / src / org / xwt / plat / PalmOS.java
index 34f9c12..208c2b8 100644 (file)
@@ -1,11 +1,12 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2003 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;
     }