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?
It is called editable JComboBox
.