triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.34k stars 393 forks source link

Fix type-ahead logic in map window. #12690

Closed asvitkine closed 3 months ago

asvitkine commented 3 months ago

This was broken when we made the list always sorted in JTable, which caused view and model indexes to not correspond. Also fixes keyPressTime logic.

Notes to Reviewer