Stevoisiak / Virtual-Game-Shelf

An easy way to organize your entire game collection in a single place.
MIT License
7 stars 0 forks source link

NewGameWindow: Autocomplete system list dropdown #99

Closed Stevoisiak closed 7 years ago

Stevoisiak commented 7 years ago

User can type and have the system name autocomplete. Resolves #91.

Stevoisiak commented 7 years ago

Possible solution. Replace the system HashMap with a BiMap.

This way the ComboBox dropdown can use the system's full name without any fancy @Override trickery, then convert it back to a short name after its been selected.

Edit: Using a BiMap seems to have done the trick! :smile: