Reputation: 39
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