Hello. I'm using a JOptionPane to display some application information when the user selects the Help-About menu option.
If the about option has been selected and you click on an alternative application (e.g. a browser) when you return to the application the JOptionPane is lost and the application can't continue. You basically have to shut it down.
Any suggestions how i can keep the JOptionPane visible over the application?