please i want to know how to display data into a jtable from an array
which can be somehow dynamic not to static or fixed
jtableshow to display data in a jtable
Page 1 of 1
1 Replies - 509 Views - Last Post: 17 April 2010 - 06:36 AM
Replies To: jtables
#2
Re: jtables
Posted 17 April 2010 - 06:36 AM
Loop through an array using the length attribute (or size() method is ArrayLists).
However next time, please respect our rules:
[rules][/rules]
for (int i = 0; i < array.length; i++) {
// Add array index to JTable
}
However next time, please respect our rules:
[rules][/rules]
Page 1 of 1
|
|

New Topic/Question
This topic is locked




MultiQuote






|