How can I develop MDI application with window management option where one child from only open one time, if user again click on to open the same child form application should display the instance of same child form.
I am using JFrame and JInternalFrame.
How can I check that the instance of my child form is already created and opened.