I need to load database content into a JTable
. Many times I search for help. Please anybody can refer a tutorial please, otherwise anybody can help me to do so.
views:
103answers:
2
+1
A:
Basically, you need to implement a TableModel
that is backed by the database. Here's a simple example of how that could be done.
Michael Borgwardt
2010-03-25 12:28:17