RE: [iText-questions] text editor and itext

2005-12-10 Thread Dominic Maricic
Ensley" [EMAIL PROTECTED]Date: Fri, 9 Dec 2005 21:40:39 -0800To: "'Dominic Maricic'" [EMAIL PROTECTED], "iText Mail Group" itext-questions@lists.sourceforge.netSubject: RE: [iText-questions] text editor and itext I use one, you simply pass a PdfGraphics2D object to the JTextAre

RE: [iText-questions] text editor and itext

2005-12-10 Thread Dominic Maricic
, 2005 3:48 PM To: Bill Ensley; 'Dominic Maricic'; iText Mail Group Subject: RE: [iText-questions] text editor and itext I would definately like to see an example! Could you please post one here or email me? I've been struggling with this problem for a long time. I tried writing my own but could

RE: [iText-questions] text editor and itext

2005-12-10 Thread Bill Ensley
, December 10, 2005 3:57 PMTo: 'Bill Ensley'; 'iText Mail Group'Subject: RE: [iText-questions] text editor and itext Hi Bill, Thanks for the quick response. I want to place an editor on a JPanel in my program where the user can type out a few paragraphs. I want them to be able to underline, bold

RE: [iText-questions] text editor and itext

2005-12-10 Thread Dominic Maricic
! Thanks, Dominic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Ensley Sent: Saturday, December 10, 2005 4:01 PM To: 'Dominic Maricic'; iText Mail Group Subject: RE: [iText-questions] text editor and itext Do you need to place

RE: [iText-questions] text editor and itext

2005-12-10 Thread Bill Ensley
Group'Subject: RE: [iText-questions] text editor and itext No fair, I want to go too J In this case its actually going to take up an entire 8.5x11 page (minus a border I have) as it will be the Contract Page. But if it came out in a PdfTable or PdfParagraph thats great as then it could be placed

RE: [iText-questions] text editor and itext

2005-12-10 Thread Dominic Maricic
().height() - 40); Dominic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Ensley Sent: Saturday, December 10, 2005 4:13 PM To: 'Dominic Maricic'; iText Mail Group Subject: RE: [iText-questions] text editor and itext It can still be placed anywhere

RE: [iText-questions] text editor and itext

2005-12-09 Thread Bill Ensley
I use one, you simply pass a PdfGraphics2D object to the JTextArea's paint method. it's that simple. you don't need anything special. Any other questions, I'm happy to answer them. Paulo, Bruno et al: Would you like an example of this for the tutorial or book? -Bill Ensley Bear