How do I delete an object referenced by a dialog?

后端 未结 8 2602
独厮守ぢ
独厮守ぢ 2021-02-14 11:42

I created a dialog with a jpanel inside it, and that jpanel will be still referenced if I get rid of the dialog. I want to destroy that dialog and everything in it when I click

8条回答
  •  没有蜡笔的小新
    2021-02-14 12:22

    No need to delete the object. The garbage collector will take care of the memory as soon as it is no longer referenced.

提交回复
热议问题