Wrathchild
Technical User
I have a shortcut application that will remain open and I don't want it to show in the windows taskbar. Somebody informed me that using JDialog instead of JFrame would get rid of the item in the taskbar. I tried and it did, however my line: super ("Launcher"); errored. I removed it and it ran, just without a name for the application. Also, the "X" button wouldn't close the app...is this the normal function for JDialog? Is there a way I can use JDialog, but also keep the Launcher title and have the close button work?
thanks!
thanks!