Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top