Heya,

Are there any possibilities to deactive or hide the "minimize" button on the JFrame like you can do with the "exit" button. I got around it by setting a listener for minimizing the window. When the window is minimized, I restored it and bring it to front again.

Thanks

Recommended Answers

All 3 Replies

hi
why donot you try with JWindow instead?
If you use javax.swing.JWindow then u will not have minimize,maximize or close options.
regards
srinivas

how about the JFrame method:

setMinimizable(false);

Will give a try

Thanks for the help guys.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.