How can I view a database table in a JTable Component for viewing and editing purposes?
Created May 4, 2012
Jan Borchers Ther is a sample in the JDK 1.3 demos:
Try demojfcTableExamplesrcTableExample.java (in the samples that come with Swing) to view and modify a database table.
Try demojfcTableExamplesrcTableExample.java (in the samples that come with Swing) to view and modify a database table.