set monospace font explicitly, add stage icons

This commit is contained in:
Craig Raw
2020-08-27 13:11:23 +02:00
parent ba017b2fcb
commit fa0c74f06b
35 changed files with 78 additions and 38 deletions
@@ -32,6 +32,7 @@ public abstract class DeviceDialog<R> extends Dialog<R> {
final DialogPane dialogPane = getDialogPane();
dialogPane.getStylesheets().add(AppController.class.getResource("general.css").toExternalForm());
AppController.setStageIcon(dialogPane.getScene().getWindow());
StackPane stackPane = new StackPane();
dialogPane.setContent(stackPane);