Adding some more traces and donginsome small fixes
This commit is contained in:
parent
35af69def3
commit
94c8b0dd72
5 changed files with 58 additions and 40 deletions
|
|
@ -113,6 +113,7 @@ public class SelectProjectDialog extends GuiWindow {
|
|||
|
||||
@FXML
|
||||
protected void newProject(ActionEvent event){
|
||||
logger.fine("user triggered the new project button");
|
||||
for(SelectProjectDialogListener listener : this.listeners){
|
||||
listener.newProject();
|
||||
}
|
||||
|
|
@ -120,6 +121,7 @@ public class SelectProjectDialog extends GuiWindow {
|
|||
|
||||
@FXML
|
||||
protected void cancel(ActionEvent event){
|
||||
logger.fine("user triggered the cancel button");
|
||||
for(SelectProjectDialogListener listener : this.listeners){
|
||||
listener.cancel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue