Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java Micro Edition and the fly likes Table(Rows and columns) in J2ME Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Table(Rows and columns) in J2ME" Watch "Table(Rows and columns) in J2ME" New topic
Author

Table(Rows and columns) in J2ME

Imdad Soomro
Greenhorn

Joined: Jul 15, 2009
Posts: 16
Can i create table(rows and columns) in J2ME in which i want to insert data coming from database? Please tell me how to create table or post code here. Thanks
Peter Miklosko
Ranch Hand

Joined: May 26, 2009
Posts: 76
There is a TableItem from NetBeans package, but I'm not sure if any device support it
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Table(Rows and columns) in J2ME
 
Similar Threads
List in Java AWT
Reading file to JTable
Storing data from a table
Table Question
how would i create a table with dynamic rows and columns using only JSF components?