Pergunta

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

Foi útil?

Solução 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)

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top