문제

I want a function that I can't find wish allow to activate a window, without showing it.

도움이 되었습니까?

해결책 2

Finally found the answer:

a minimized window can't be active, and there is a way to communcate with hidden windows (if not minimized using messages)

다른 팁

If this window is a subclass of java.awt.Window you can call setVisible to hide it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top