I have an application that loads a TIFF image into a ScrollingImagePanel and then into one side of a JSplitPane, with a JTable in a JScrollPane in the other side of the JSplitPane.(code borrowed heavily from StockTable example in Swing and the MultiPageRead.java TIFF reader.) The problem I am having is that I can't get the image to print. If i try to print the image or it's container, I get a blank page. If i print the JFrame that holds the JSplitPane, I get the JFrame, it's menubar, the divider of the JSplitPane, and the table data that's visible, but no TIFF image =( As this is my first Java project, I'm not sure what to try next. Any suggestions would be GREATLY appreciated (also any suggestions on books, websites, etc. with info on printing/imaging). Thanks for the help, Mike =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
