您需要向应用程序发送activateIgnoringOtherApps:消息,然后发送窗口makeKeyAndOrderFront:.
在Objective-C中,这将是:
[NSApp activateIgnoringOtherApps:YES]; [[self window] makeKeyAndOrderFront:self];