when I am using JTextField or JTextArea .. I am albe to add them in my panel.
But I want them to appear as pop up or may be there is some other component which can act as popup text field ?
Please suggest.
ProgrammingJava
Last Comment
ksivananth
8/22/2022 - Mon
ksivananth
you may want to add them into a JWindow and show/hide as popup!
hipal
ASKER
Thanks for reply.
Can you please please give a small code snippet doing that ?
hipal
ASKER
Moreover doing it this way .. I guess I will have to create a separate new JWindow everytime I want a popup with text field. or else I will have to add/remove JTextFields everytime ??