Re: PrintJob and JTextArea

1999-07-30 Thread Robert Covell
Are you setting a background color by doing a fillRect()? We are doing the exact thing right now and are having problems with a different component GXLabel that looks ok on screen but prints the last thing drawn in the GXLabel. So if we have a label and fill the rect with a light grey and THEN d

PrintJob and JTextArea

1999-07-30 Thread corey
Sorry if this is a little off the mark, but has anybody had success using the PrintJob class to print the contents of a JTextArea swing widget? I think I am doing everything right. I am setting the font and color on the Graphics object returned fr