Printing Nodes with JavaFX
问题 Here is the problem : I currently have to print a a4, landscape page containing "parts" of my current javaFx scene. The parts I have to print are parts of a BorderPane, I need to print the Left, Center and Bottom nodes so the printed page should look like this : The most important thing to print is the Center part. It must be as wide/tall as possible. Basically, the Left part can take like max 10% of the page width, and the bottom could take like 10-15% of the page height. So, the center item