- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
[[NSWorkspace sharedWorkspace] hideOtherApplications];// Insert code here to initialize your application
}
That would hideOtherApplications. What should we do to also hide our own main windows?
In Mac OS X 10.6 and later: