I am currently looking for several columns that can fit in a Java Swing application.
Currently, I use the combo box as an automatically complete drop-down list when the user types.

Is there any accessible GUI component that allows me to have the following (multiple columns)? As you can see, there are 3 columns in the drop-down list, not just one column in the above example.

Thank.
source
share