Java 6 JEditorPane.print pagination
I now see that Java 6 has a print() function for JEditorPane. My question is does this method do some sort of pagination so that a line of text will not be split between two pages? Does anyone have experience with this method yet?
[237 byte] By [
CSBriana] at [2007-11-27 10:59:30]

What do you expect to see if you print a single sentence that is too long to be contained on one page?
Since there has to be some kind of pagination control in the method, either do some experimenting or take a look at the method's source code - it should be in src.zip in your JDK directory.