Posted By:
Tage_Vestvold
Posted On:
Thursday, June 7, 2001 03:50 AM
I have an application with several frames. When I open a new frame, the application ofcourse uses more of the CP's memory, but why doesn't the application free this memory when I use dispose() on this frame? The Aplication uses more and more memory for every time I open the frames, so ofcourse one time the memory has to be full.
Is there any way to free this memory? It does when I use system.exit(0), but I cant restart the program every time I have to close a frame.
Please help me, and fast ;)
Tage