update version
This commit is contained in:
@ -384,7 +384,7 @@ public class MainWindowController {
|
||||
// creates a dialog
|
||||
Dialog<Pair<String, String>> dialog = new Dialog<>();
|
||||
dialog.setTitle("Über jFxKasse");
|
||||
dialog.setHeaderText("Informationen und Lizenzen - Version 0.3.2");
|
||||
dialog.setHeaderText("Informationen und Lizenzen - Version 0.4.0");
|
||||
|
||||
dialog.getDialogPane().getButtonTypes().addAll(ButtonType.OK);
|
||||
|
||||
@ -395,11 +395,8 @@ public class MainWindowController {
|
||||
|
||||
grid.add(new Label("Einfaches Kassensystem für kleine bis mittel große Veranstaltungen mit Bon-Drucker\n"
|
||||
+ "\nUnter Lizenz GPL-3.0 abrufbar auf https://git.mosad.xyz/localhorst/jFxKasse\n"
|
||||
+ "\nDatenbank: sqlite.org - Public Domain"
|
||||
+ " \nUI Design01: eclipse.org/efxclipse/install.html - Eclipse Public License 1.0"
|
||||
+ " \nUI Design02: http://www.jfoenix.com/ - Apache License 2.0"
|
||||
+ " \nUI - Datenbank Integration: basierend auf Project-HomeFlix - github.com/Seil0/Project-HomeFlix - GPLv3 \n"
|
||||
+ " \nMaintainer: mail@hendrikschutter.com" + " \n(c) 2026 Hendrik Schutter"), 0, 0);
|
||||
+ "\nDatenbank: sqlite.org - Public Domain" + " \nMaintainer: mail@hendrikschutter.com"
|
||||
+ "\n(c) 2026 Hendrik Schutter"), 0, 0);
|
||||
|
||||
dialog.getDialogPane().setContent(grid);
|
||||
dialog.setResizable(true);
|
||||
|
||||
Reference in New Issue
Block a user