> I search for a editable ComboBox which behaves like
> the url fields in well known browsers.
> For example you type 'A' -> PopUp list shows all elements
> starting with 'A', when you type 'Ab' ... and so on
see www.imagero.com/java/mcb. You have also some options - editable (= user
can change/add/delete entries /change case), case sensitive, ...
____________
http://reader.imagero.com the best java image reader.
Jens Schreiber - 27 Jan 2004 08:01 GMT
> ...
> see www.imagero.com/java/mcb. You have also some options - editable (= user
> can change/add/delete entries /change case), case sensitive, ...
Thanks,
I only have to add my own ListCellRenderer (extending JLabel)
and set it visible/invisible if input matches item.
Jens