Testing #54

Merged
schrom01 merged 12 commits from testing into main 2022-05-13 23:03:37 +02:00
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 4db2c582e2 - Show all commits

View File

@ -119,8 +119,7 @@ public class FactoryDecorator implements IsObservable {
*/ */
public void openTournamentList() { public void openTournamentList() {
logger.fine("Showing TournamentList view"); logger.fine("Showing TournamentList view");
factory.showTournamentList((BorderPane) pane, this); factory.showTournamentList((BorderPane) pane);
informListener(); informListener();
} }

View File

@ -31,10 +31,7 @@ public class MainWindowController extends FXController {
@FXML @FXML
private Menu menuItemLanguage; private Menu menuItemLanguage;
/**
private static final Logger logger = Logger.getLogger(MainWindowController.class.getCanonicalName());
* Method changes the language Setting to german * Method changes the language Setting to german
*/ */
@FXML @FXML