I need to prevent my Launcher's MainForm from appearing in the taskbar, How do I do that?
I have given the user a way to exit the app so I would like for the launcher so be as "system" like as possible.
That one was started by me. The main reason for it was I had two modal forms that were appearing in the taskbar...
In this case I want to prevent the main form thus the app in itself, from appearing in the taskbar
The problem is, UTILITY style does not suite my needs...
I "just" need to prevent my Undecorated Transparent form from appearing in the taskbar!!!
Since the Utility style allows it, where does it get set within the Utility class or enum?
can I get the same effect using CSS to style my form, keeping its style to UTILITY?
I'd like to see a solution to this myself, because it's quite annoying to see the Java form as minimized. It should be optional to have them visible or not by default.
It would be nice if Oracle could implement this feature in an update.