Mac OSWindow Manager
Functions
Bring the floating-level NSWindow to the front on the active Space. With moveToActiveSpace collection behavior, this physically moves the window. Also activates the application to ensure focus is gained.
Check if the application can be hidden from the Dock
Set the application as accessory (no Dock icon, but can have a menu)
Check if any floating-level NSWindow is on the active Space. Uses NSApp.windows iteration (same fallback as setMoveToActiveSpace). Returns true if on active Space or if check fails (fail-open).
Check if an AWT window is currently on the active macOS Space. Returns true if on the active Space, false if on another Space. Returns true by default if the check cannot be performed (fail-open).
Configure an AWT window so that macOS moves it to the active Space when it is ordered front, instead of switching back to the Space where the window was originally created.
Show the application in the Dock