posted 22 years ago
I don't know if this will help you or not but...
I did a little "hello world" app for my Palm III about a year and half ago using a beta version of what was then called the KVM (I think it's still called that?). The API classes they provided for UI were pretty much the kinds of things you can do/interact with on the PalmOS. It's kind of a dummed down version of AWT. But it's a *completely* different API, not compatible at all with Swing or AWT. Unless they can port the full JVM to that tablet device, I think you'll have to make do with the API in J2ME.
That's not to say you can't do a lot with it; on the contrary. But for me, being used to a full UI API like Swing, it was really hard for me to "dumb down" my GUI. This is definately a specialized skill.
Rob