Home > Back-end >  Database table into the two dimensional array why a null pointer exception
Database table into the two dimensional array why a null pointer exception

Time:09-29

I defined the data Update method change form
Private data table1;
Object [] [] aObjects=new Object [50] [3].
AObjects=Update (aObjects);
Table1=new series (aObjects, columnName) {
Public Boolean isCellEditable (int row, int column) {
return false;
}
};
  • Related