BorderPane.setMargin(log4jPane, new Insets(10));
JuFxUtils.startApplication()
.pane(pane)
.title(this.getTitle())
.start(new ApplicationInitializer() {
@Override
public void init(Stage primaryStage) {
primaryStage.initStyle(StageStyle.TRANSPARENT);
// Make the scene semi-transparent