This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
Hi All, I am planning to write a chat application and since we need multiple screens, thought of using a JTabbedPane. I just want to know whether Java ME has a UI component like this, it's not mentioned in the specification, so is there an alternative way. Thanks a lot.
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
Yes, J2ME Polish is open source(free, but read license agreement), you can include what you need with your application. Their build.xml format will make sure that the necessary files from J2ME Polish with your apps jar.
Mark
Ransika deSilva
Ranch Hand
Joined: Feb 18, 2003
Posts: 524
posted
0
Hi Mark, Many thanks for the reply. Well I think I will be able to get this done using J2ME Polish. Regards.