Self Check
- Why is the draw method added to the SelectionSorter class and not the
SelectionSortComponent class?
- Would the animation still work if the startAnimation method simply called
sorter.sort() instead of spawning a thread that calls that method?