i have a Requiremenmt to create my Screen as Screen Tabs,when tab1 is Clicked Tab1 related List Screen Should be Displayed,when tab2 is Clicked tab2 related List Screen Should be Displayed?How Can we achieve this in j2me java,as i am new to j2me?
Asked
Active
Viewed 489 times
1 Answers
1
You can not perform this directly on native Java ME Code. For such requirement you have an external GUI builder like J2mepolish. J2me polish uses CSS to design such gui. Have a look at to J2mepolish's tabbled form.

Lucifer
- 29,392
- 25
- 90
- 143
-
I am developing j2me(java) MIDP 2.0 App,Can i combine j2me polish with my app?if so ,How can i do?i think j2mepolish will be used in j2me web appplication?i am new to j2me – String Jul 30 '12 at 09:30
-
i know that part, what i am saying is, you are developing in pure j2me, you need to use gul builder like j2mepolish. – Lucifer Jul 30 '12 at 09:32
-
visit the j2mepolish's website and see how to integrate. its very easy – Lucifer Jul 30 '12 at 09:38
-
Hi,i have installed J2ME-Polish2.1.4 and netbeans j2me plugin ,after that i restared the ide,then i start creating j2me polish project,i eneterd project name and i clicked next button on ide,it is saying Unable to read selected devices - check your J2ME Polish installation. You will need at least J2ME Polish 2. ? Can i run j2me polish apps on Nokia Symbian Belle SdK 1.0 devices? – String Aug 03 '12 at 06:57
-
that error says that your polish is not properly installed. and for your second question, i haven't use Belle yet. – Lucifer Aug 03 '12 at 07:31