Multi-column combination swing cabinet

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.

alt text

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.

alt text

Thank.

+4
source share
1 answer

Here is a downloadable solution with two columns.

, .

+5

All Articles