I am using the latest version of the dialogs for JavaFX found from here: http://code.makery.ch/blog/javafx-8-dialogs/.
My problem is quite simple: if I create a custom dialog (or use an information dialog with many lines of text separated with '\n'), the dialog is not centered to the Stage window vertically, since there appears to be a bug(?) that the content of the dialog is not completely taken in account in the centering of the dialog.
Anyone else encountered this same issue? I haven't really investigated a lot, but the Dialog class does not seem to have any method to center the dialog manually.