Hello, currently, I am looking for a multi columns comb box components which can place in my Java Swing application.
Currently, I use combo box as auto complete drop down list as user is typing.
Is there any available GUI component, which enable me to have the following (multi collumns)? As you can see, there are 3 columns in the drop down list, as opposed to 1 column in the above example.
Thanks.