I need to convert an Object[][] that looks like this:
Object[][] numbers =
{"1", "12-22", "12-22"},
{"2", "12-22", "11-14"},
{"3", "12-22", "11-14"};
I tried:
m1.textArea.setText((b1.returnNumbers).toString());
|
You can use the
|
|||||||
|
StringBuilder. – dlev Dec 15 '12 at 1:34JTablefor this type of data. – Andrew Thompson Dec 15 '12 at 7:02