Problems with memory
Hi everybody, I am building a GUI using swing, everything is ok, but some times the OutOfMemoryError() occurs. I have 256 Mb in my PC, but in my application I use a lot of components too.
Does any body know how can I manage the memory and free the space that is not in use?
Thanks in advance.

