How to dispose a JPanel ?
843805Apr 20 2007 — edited Apr 28 2007Hi,
i want to know, how to dispose or close the JPanel from the application as well as from the memory?.
In Simple,
for JFrame or JInternalFrame we have .dispose(), which will remove the component from view as well as from allocated memory.
What is the equivalant method for that in JPanel.
Thanks in advance.
** Subbu **