I created a class MyTableModel which extends AbstractTableModel. And what I want is, to have already initialized three columns with data? Only with DefaultTableModel I had that option, that I could use a method that takes as a paramater columnName and columnData addColumn(Object columnName, Object[] columnData)
, so what's the best way to do this?
问问题
175 次