public ArrayTableModel( Object[][] datas, Object[] colNames ) { this.datas = datas; this.colNames = colNames; }