1f40ab3ed54764baebb50b0744f7907a66623f61
[org.ibex.core.git] / src / org / xwt / plat / PalmOS.java
1 // Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.xwt.plat;
3 import org.xwt.*;
4
5 /** Platform class for PalmOS devices */
6 public class PalmOS extends Platform {
7
8     public static int PilotMain(int cmd, int cmdBPB, int launchFlags) {
9         Main.main(new String[] { });
10         return 0;
11     }
12
13 }