OK, So i finally figured out how to print a JTextPane
, and really have a fully functioning document editor.
Anyway, Can I make the JTextPane
the size of a piece of paper (with page breaks) So you can easily predict the appearance of the document you are typing? Any tips/hints would be helpful!
edit: format of the JTextPane
is 'text/rtf', if that helps.