Hi, I'm using an old version of iText (downloaded in 2004) without any of the fancy API calls. I create a PDFGraphics2D object and pass it in to the standard paint methods in my Java code. Overall, this works fine except for 1 thing: borders. I have a spreadsheet component created with Java Swing classes and each cell is painted as a JLabel with a Swing border object. The JLabel component paints fine but the border does not seem to paint (I've confirmed that the paintBorder method is being called). The result is a spreadsheet missing grid lines.
I haven't found this issue mentioned anywhere - is it known or has this been fixed in a later release? Thanks, Neal Katz ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ============================================================================== ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
