Closed Stevoisiak closed 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:
User can type and have the system name autocomplete. Resolves #91.
@Override
methods for systemChooser.print()
method to output game to screen.