I have a Print function in a Swing application and the Default Font being used by the printer is extremely large such that when it prints my Swing Component, the text (only the text and not the Swing Components) gets cut off...
It doesn't even adhere to the font that my Swing Components are using.
I have tried to do the following:
public void print(){ PrinterJob printJob = PrinterJob.getPrinterJob();