About this document
Advanced Java Swing MVC and JTable Guide by sante85 is a document available to read on EtoBox.
This document discusses Swing components for displaying tabular data, including: 1. The JTable component uses the MVC architecture to display data in a table. It includes models like AbstractTableModel and DefaultTableModel to store data, and TableColumn to define column properties. 2. DefaultTableColumnModel manages the table columns and selection. JTableHeader displays column headers. 3. Examples demonstrate creating tables with different models, adding rows and columns, and editing cell values using
- Author
- sante85
- Language
- EN