currently, I am looking for a multi columns comb box components which can place in my Java Swing applicatio开发者_开发技巧n.
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.
Here is a downloadable solution with two columns.
There are other candidates here and here but you need to write your own renderer.
精彩评论