src/share/classes/javax/swing/table/TableModel.java

Print this page

        

*** 38,48 **** * <pre> * TableModel myData = new MyTableModel(); * JTable table = new JTable(myData); * </pre><p> * ! * For further documentation, see <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#data">Creating a Table Model</a> * in <em>The Java Tutorial</em>. * <p> * @author Philip Milne * @see JTable */ --- 38,48 ---- * <pre> * TableModel myData = new MyTableModel(); * JTable table = new JTable(myData); * </pre><p> * ! * For further documentation, see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#data">Creating a Table Model</a> * in <em>The Java Tutorial</em>. * <p> * @author Philip Milne * @see JTable */