Compare commits
2 Commits
830f1576a6
...
a24023ac66
Author | SHA1 | Date | |
---|---|---|---|
a24023ac66 | |||
a79a90a678 |
@ -339,7 +339,7 @@ public class MainWindowController
|
|||||||
Dialog<Pair<String, String>> dialog = new Dialog<>();
|
Dialog<Pair<String, String>> dialog = new Dialog<>();
|
||||||
dialog.setTitle("Über jFxKasse");
|
dialog.setTitle("Über jFxKasse");
|
||||||
dialog.setHeaderText(
|
dialog.setHeaderText(
|
||||||
"Informationen und Lizenzen - Version 0.9.1 - Techdemo");
|
"Informationen und Lizenzen - Version 0.9.3 - Techdemo");
|
||||||
|
|
||||||
dialog.getDialogPane().getButtonTypes().addAll(ButtonType.OK);
|
dialog.getDialogPane().getButtonTypes().addAll(ButtonType.OK);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user