This month's meeting is part 2 of a source code review of a graphical user interface around a JDBC adapter for allowing database data to be interactively fetched, sorted, and displayed using Swing.
The JDBC adapter transforms a JDBC interface to a TableModel interface, that specifies the methods used by JTable to display the database data.
An example screen shot is shown below.
Since the source code to make this happen is extensive, part 1 covered the JDBC adapter and the main application, and part 2 will cover the table map and table sorter.
|