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