Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Im trying to create my own Frame for my application. I have removed the standard Frame by using setUndecorated(true). I have a working exit button (not that difficult), but i want to have a JButton equal to the windows-minimizing-button in the top-right corner. I have tried several solutions as hide(), HIDE_ON_CLOSE and even setVisible(). But non of them is giving me the wanted result.

Im extending a JFrame to my class.

I am thinking of some Mouselistener(?), but im like a big question mark right now.

enter image description here

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
523 views
Welcome To Ask or Share your Answers For Others

1 Answer


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...