posted 14 years ago
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
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
Henk Rog
Ranch Hand
Posts: 36
Henk Rog
Ranch Hand
Posts: 36
posted 14 years ago
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).
For example, you might find Tab support in CDC library (although not sure).
Cheers, Sathya Srinivasan - SCJP 1.2, SCWCD 1.2, SCMAD 1.0
Co-Author of Whizlabs SCMAD Certification Exam Simulator and SCMAD Exam Guide Book
