Javafx Sorter Exchanges GUI
Welcome to Sorter Exchanges

Javafx: clicking each sort button takes twenty two items from an array and sorts it. Each sort uses the same values so the results will be accurate. The program counts how many exchanges each sort takes. This will determine which sort algorithm has less exchanges.
Using this GUI is as follows:
1. Click on the Bubble Sort button and the amount of exchanges are displayed using twenty two items.

2. Click on the Selection Sort button and the amount of exchanges are displayed using twenty two items.

3. Click on the Insertion Sort button and the amount of exchanges are displayed using twenty two items.

4. Click on the Quick Sort button and the amount of exchanges are displayed using twenty two items.
