The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Adding Auto-Completion Support to Swing Comboboxes
Subject:  nice
Date:  2007-08-07 06:07:53
From:  paslatek


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.

 Feed java.net RSS Feeds