Hi

I' am using two JPanels (Java Swing) with one with Jlabels and one with Tree 
Table., I'm passing these panels in an array and then making PDF file
Using PdfContentByte
PdfContentByte cb = writer.getDirectContent ();
                                                ....
                                                Graphics2D g2;
                                                g2 = cb.createGraphics 
(headerPanelWidth, treePanelHeight);

Now when I run my application on IE Browser 6.0 with Java Version 1.6, while 
saving the data in PDF my top panel (Panel with JLabel is not getting painted 
for first time, only the Panel with TreeTable is getting painted) but if same 
is saved for the second time without closing the browser the data of both Panel 
is getting painted and saved in PDF.

Now  if I pass individual components in  the Second Panel(Panel with TreeTable 
)(For Example:TableHeader,Table) then all the components of First Panel and the 
Other components(TableHeader,Table) are getting painted in PDF but the text in 
one particular cell is not getting painted, However if select the  value of 
that particular cell and copy  & paste it on notepad the value is getting  
shown on notepad


Kindly to help me for the same
Thanks in advance

Vivek P

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to