I am required to be able to print a JComponent in a fashion so it looks awesome. Don't ask me what awesome is as I don't know either.
The JComponent is required to be too big for a page both in a x and y format. I am required to print the same JComponent into many pages split at a given y coordinate.
I have tried just scale the JComponent, though get problems to select a given y coordinate and to make it look good.
I have tried to change the JComponent to a given size, though then a given y coordinate is problematic, the JComponent don't look so good and I get lots of problems if the program is changed.
So now I sit here and don't know what to do as there seems to be a total lack of tutorials online on the topic...
How do Word and other text based programs accomplish this?
Best regards, Skarion