brownie124
Programmer
Hi,
I want to prevent my window from being iconified. I see that I can set up a window listener and implement the method
. However, that is after the fact. I want to capture it before it happens and discard or consume the event. Or, better yet, prevent the event from ever being sent to the event queue.
How do I go about this.
Thanks,
- Brownie
I want to prevent my window from being iconified. I see that I can set up a window listener and implement the method
Code:
windowIconified()
How do I go about this.
Thanks,
- Brownie