Helping JTAble at J2ME

how to make content dynamic JTable at J2ME can any body give me example source code?
[91 byte] By [kokoadia] at [2007-11-27 7:13:00]
# 1
it is the javame forum!here is the right url: http://forum.java.sun.com/forum.jspa?forumID=76
suparenoa at 2007-7-12 19:03:56 > top of Java-index,Desktop,Core GUI APIs...
# 2
Use the DefaultTableModel. It has method for dynamically adding rows and columns to the model which in turn will automatically update the table.
camickra at 2007-7-12 19:03:56 > top of Java-index,Desktop,Core GUI APIs...