I am writing a document based program in Java. My problem is simple: whenever the program is loaded, the default window opens up. A default window also appears if you click the application in the dock (while it running of course). Does anyone know how I prevent this from happening? In IB I de-selected the check box "visible at launch" but that didn't help. I am trying to make it so that one can only open the window by selecting "File>Open..."
I am a novice program so any help would be greatly appreciated.