Pregunta

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

¿Fue útil?

Solución 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)

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top