TripleHelixProgramming / HelixNavigator

A trajectory optimization-based GUI application for planning autonomous paths in FRC
13 stars 3 forks source link

Fully implemented new selection model stuff #3

Closed jlbabilino closed 2 years ago

jlbabilino commented 2 years ago

This is much easier to work with since I don't have to bother with updating lists with listeners. Everything is handled by JavaFX instead. This mainly works by using ListView's setSelectionModel method.