Well, there isn't a Tabpage class in J2ME. You could always try to create one from scratch, but how will a user select the tabs, why would you just use a menu to allow them to switch between "Pages". To create one from scratch you would have to create a class that extends Item, then useing a Graphics class draw your tabs, and how it looks. I think. Good Luck. But I highly suggest having a menu instead. Mark
If you are using a touchscreen device (like a PDA), then you might probably want to explore the CDC package or other J2ME packages rather than MIDP and CLDC since these APIs are more restrictive as they are meant to be generic. For example, you might find Tab support in CDC library (although not sure).