Using Rob Camick's ListTableModel, but JTable doesnt show up
问题 I'm Using Camick's ListTableModel and RowTableModel from here http://tips4java.wordpress.com/2009/03/12/table-from-database/ However, the JTable is not showing up. Does anyone know why? I'm not getting any errors. import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; public class AddressBook { JLabel name, address, phone, email; JTextField nameField, addressField, phoneField, emailField; JButton addPerson, addEntry, cancelEntry; JTable table; ListTableModel