0

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.

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
Aadi
  • 6,959
  • 28
  • 100
  • 145
  • 1
    If 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 Answers1

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