OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleJComboBox - need to enable auto-complete

smalers opened this issue · comments

For some UI choices with long lists, it would be nice to enable auto-complete. For example, selecting time zone in the TSTool ChangeTimeZone command.

See this example for one solution.

One issue to evaluate is that the combobox would need to be editable, which is not always the case. And, how would the auto-select fight with the normal manual edit.