java - javafx printing a table -
I am trying to print a table with the following code:
public Zero print (Final node node) {printer printer = printer .get default printer (); Printjobjob job = printerzob.co.uk contact (); If (job! = Null) {Boolean success = job Print page (node); If (success) {job.endJob (); }}}
and
print (table);
And I get:
The problem now is that the output is cut into all the columns after the 4th column (the table has 8 columns but it only shows 4 columns). I want to know how can I correct this problem
Thank you.
Comments
Post a Comment