tags:

views:

41

answers:

1

I want to display 3 rows on the screen for which table or gridlayout s needed. Is it possible without using frameworks? how should i implement for displaying 3 rows on the screen?

A: 

You should try to use existing GUI libraries that help you use XML, CSS etc. to do layout. One site to check out this:

http://www.newsofthefuture.net/index.php?/archives/33-Evaluation-GUI-libraries-for-J2ME.html

Enjoy!

Joseph N. Mutumi