1. JDialog and memory leak coderanch.comI've been doing web development in java for a while, but just recently started messing around with swing. So I hope this isn't a stupid question... I have a main window. When the user clicks a buton I go out to the database and look a bunch of information up and store it in an array. I then instantiate a class ... |
2. JDialog memory leak with code example coderanch.comI posted previously that on my main window when the user clicks a button I open a dialog that displays a large amount of information in a table. When the user closes the dialog, the memory is never freed. After the user does this several times the JVM runs out of memory. Someone posted that this was a Sun bug and ... |