added comment
This commit is contained in:
parent
bb9231247d
commit
d36a9b3e0b
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue