Two Columns Combobox

I want to create a two columns ComboxBox , the first column show the account code, the second column show the account description.Can the comboBox do that?Thank you
[185 byte] By [oliverwga] at [2007-11-27 5:13:05]
# 1
Not quite, but you could write a custom renderer that does the trick, or you go the lazy way and override your Account's toString method.
PhHeina at 2007-7-12 10:34:29 > top of Java-index,Desktop,Core GUI APIs...