Compare commits
No commits in common. "a24023ac66630682176830c58b06e6b13ea9f5fe" and "830f1576a60457bebabf3bfcdeb261718bf50ea4" have entirely different histories.
a24023ac66
...
830f1576a6
@ -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.3 - Techdemo");
|
"Informationen und Lizenzen - Version 0.9.1 - Techdemo");
|
||||||
|
|
||||||
dialog.getDialogPane().getButtonTypes().addAll(ButtonType.OK);
|
dialog.getDialogPane().getButtonTypes().addAll(ButtonType.OK);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user