I am now working with an application.
In that there are lots of child JFrame
objects there.
Each time the button to show child frame is clicked a new instance of child frame is created and hence multiple copies of same child frame is created.
How can I prevent multiple copies of child node?