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.
Asked
Active
Viewed 4,593 times
0
-
1If you only looking for a tutorial, please write that in the headline. Or if not, give us some idea of what you have done already or show us some code. – Jonas Mar 25 '10 at 12:21
1 Answers
3
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
- 342,105
- 78
- 482
- 720