Greetings,
I have a question with regards to limiting duplicate JInternalFrames to a JDesktopPane. Basically, adding an instance JInternalFrame to the JDesktopPane is comprehensive. But limiting duplicate JInternalFrame of the same instance on the JDesktopPane and making that instance to the top layer of the JDesktopPane.
How could I implement this? Am I going to store all instances to a ArrayList and check whether it's the instance about the execute is already opened?
You're reply is highly appreciated.
Thanks, Cyril H.