posted 24 years ago
hi friends
i am working on swing.i am displaying live data on jtable.data will be
continously updated on the table.(scroll).if i kept open for 30 minutes
it is giving out of memory error.i am running two threads one is to receive the data and another is to put it on the table.
i am removing the firstrow after 500 rows.removing from the tablevector
(for performance).
plz help me why i am getting outof memory error