posted 13 years ago
I have an app that i run as an undecorated full screen jframe - i need all the screen real estate i can get. all works well until the app is minimized. When the application is brought back up, the windows task bar stay on top of the app. I'm overriding windowDeiconified() and windowActivated() on the main jframe, but i don't know what i should actually do to reclaim the real estate. any thoughts?