memory leak « Drag Drop « Java Swing Q&A





1. Memory Leak with Swing Drag and Drop    stackoverflow.com

I have a JFrame that accepts top-level drops of files. However after a drop has occurred, references to the frame are held indefinitely inside some Swing internal classes. I believe that ...