Search code examples
javaswinguser-interfacepopupjtextfield

How to add in pop-up to jtextFiled view in java


I have developed a java gui that contains two jTextField views for displaying the source and destination file paths. And , the user selects more than one file path , i would like to display previous paths in a pop-up attached to the jTextField. This is a common feature in almost all app. Does anyone knows how this is called, in order to google how to do it?

enter image description here


Solution

  • It is called editable JComboBox.