views:

103

answers:

2

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.

+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
+1  A: 

Check out this question.

Adamski