1. Why does GC not clear the Dialog references? stackoverflow.comI have a dialog. Every time I create it and then dispose, it stays in memory. It seems to be a memory leak somewhere, but I can't figure it out. Do you have ... |
2. JDialog is never garbage collected stackoverflow.comWhy does the following code never garbage collect the JDialog instance ? The instance X has no reference and the dialog has been disposed.
|