سؤال

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