Column Model « JTable « Java Swing Q&A





1. JTable column model issues    bytes.com

Hi all. I've defined a custom TableModel so I can use custom types for my JTable. However, because of this, the table's TableColumnModel is totally out of sync with the model ...

2. Adding columns and rows to a jTable model    forums.netbeans.org

njhutc Joined: 06 Dec 2009 Posts: 10 Posted: Sun Dec 12, 2010 2:10 pm Post subject: Adding columns and rows to a jTable model I have a swing GUI with a jTable based on a model derived from AbstractTableModel. The data is held in an arraylist of arraylist of strings. The number of rows and columns can be ...