added comment

This commit is contained in:
Joshua Perry 2023-02-05 20:45:02 +00:00
parent bb9231247d
commit d36a9b3e0b
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ public class Controller implements Initializable {
/**
* Gets the tab selected on the GUI
*/
@FXML
protected void getTab() {
@FXML //Triggered when a new tab is selected
protected void getTab() {
Parent root = null;
Tab tab = tabs.getSelectionModel().getSelectedItem();
try {