Hey!
I have tryed to print out the text manual as you say by using Graphics.drawString(TEXT)
But this takes
alot of preformance, the JText Pane most have some special algorithms to show the text, problely not .drawString (or .drawtext?)
or is there anything i am missing?
I have also tryed to draw the content to a bitmap file and then show this bitmap file, but then i have to devide the pages so i dont get BIG bitmaps.
Pleas any sugestions at all?
//Jimmy