Populate a jTable Using MySQL

Posted by Nathan Campos on Stack Overflow See other posts from Stack Overflow or by Nathan Campos
Published on 2010-04-28T21:55:38Z Indexed on 2010/04/28 22:07 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

I have a project with a jTable called AchTable, that is like this:

+-------+------+
| File  | Type |
+-------+------+
|       |      |
|       |      |
|       |      |
+--------------+

And I have a mySQL table that is like the same, then I want to know how could I populate the jTable.

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql