Frage

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

War es hilfreich?

Lösung 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)

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top