I'm newbie with java, and I'm looking for exactly you've described in this article.
In five minutes with Glazed Lists and your help i'll get the things working nice with a combox box filled with enum values ! thanks a lot.
just a little change with glazed lists : I used 1.7 version, and for install method of AutoCompleteSupport, you can not use eventListOf method for the second parameter. You need to use eventList method instead , and this one do not accept Object[] as parameter but any Collection like List. |