Reputation: 351
Friends I do not know how this pop up is called. I am developing a software that will use this kind of pop up. How this component is called in Java Swing? It would be helpful to get an example of this with sample code.
Upvotes: 0
Views: 320
Reputation: 109823
Use JWindow / undecorated JDialog
for popup windows in Swing GUI
Upvotes: 2