Why JFX's method `PrinterJob.printPage(Node)` prin...
# tornadofx
v
Why JFX's method
PrinterJob.printPage(Node)
prints node (
TableView
in my case) with underlying parent? So if the table view is in the middle of
HBox
, then the free space around the table view will also be printed 🔥