a717d2e57aa1706a38e4b63a4d995f8e07942de9
[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 }