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
  • 200,320
  • 28
  • 229
  • 974
Aadi
  • 6,633
  • 27
  • 94
  • 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
  • 335,521
  • 76
  • 467
  • 706