Denis Hartwood
Denis Hartwood

Reputation: 39

JFrame - Start on top, but not always

I want to show a JFrame on top of my Main JFrame on start of the program. But not "always on top"!

Setting the frame visible at the end of the Main-Method in my Main frame doesn’t do the trick...

So how can I make a frame showing on top on startup, but then hide when I click on another frame?

Upvotes: 1

Views: 212

Answers (0)

Related Questions