Update:

I have continued reading and discovered height MUST be greater than width... so 
I have tried swaping the values of width and height in "paper.setSize(width, 
height)" to "paper.setSize(height, width)" and setting 
"PageFormat.setOrientation(PageFormat.LANDSCAPE)", however now when printing 
the output is obviously rotated... to better explain myself imagine I need:

---------------------------------
|                                |
|                                |
|                                |
---------------------------------

and I get:

 -----------------
|                 |
|                 |
|                 |      (with characters rotated 90 degrees)
|                 |
|                 |
|                 |
------------------

Since I need to tear off the paper at the size "half-letter" the way I'm 
getting my output is no good, I need it to be like the first example. If anyone 
can help me or point me in the correct literature I would appreciate it.
[Message sent by forum member 'gersep' (gersep)]

http://forums.java.net/jive/thread.jspa?messageID=323848

===========================================================================
To unsubscribe, send email to lists...@java.sun.com and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
lists...@java.sun.com and include in the body of the message "help".

Reply via email to