My program is working nicely, thank you everyone.
However, being a total maniac, I'm trying to jam several thousand rows into a JTable. Naturally, after about 1100, it runs out of memory.
I think it's happening when the JTable tries to do the insert, not when I add the row class to my ArrayList (although it could happen then as well).
Is there anything I can do to make more memory available?
However, being a total maniac, I'm trying to jam several thousand rows into a JTable. Naturally, after about 1100, it runs out of memory.
I think it's happening when the JTable tries to do the insert, not when I add the row class to my ArrayList (although it could happen then as well).
Is there anything I can do to make more memory available?