RE: Mix SVG and Swing components

2005-02-10 Thread Venkataramana_Jaladurgam
); f.setVisible(true); } } -Original Message- From: Thomas DeWeese To: batik-dev@xml.apache.org Sent: 1/27/2005 6:35 PM Subject: Re: Mix SVG and Swing components Venkataramana_Jaladurgam wrote: Is there any way I can scale the swing components along the lines of SVG elements

Re: Mix SVG and Swing components

2005-01-27 Thread Thomas DeWeese
SVG and Swing components Hi, I am required to add Swing components to the SVG canvas. I want to use the batik extensions. The trouble I am facing is in the actual rendering class: The output I am getting in the JSVGCanvas is a static version of JTextField. I cannot enter characters or do

RE: Mix SVG and Swing components

2005-01-25 Thread Venkataramana_Jaladurgam
: Re: Mix SVG and Swing components Hi, I am required to add Swing components to the SVG canvas. I want to use the batik extensions. The trouble I am facing is in the actual rendering class: The output I am getting in the JSVGCanvas is a static version of JTextField. I cannot enter

RE: Mix SVG and Swing components

2005-01-20 Thread Venkataramana_Jaladurgam
To: 'batik-dev@xml.apache.org' Subject: Re: Mix SVG and Swing components Hi, I am required to add Swing components to the SVG canvas. I want to use the batik extensions. The trouble I am facing is in the actual rendering class: The output I am getting in the JSVGCanvas is a static version

Re: Mix SVG and Swing components

2005-01-20 Thread Thomas DeWeese
Kohar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 9:16 PM To: 'batik-dev@xml.apache.org' Subject: Re: Mix SVG and Swing components Hi, I am required to add Swing components to the SVG canvas. I want to use the batik extensions. The trouble I am facing is in the actual rendering class

Re: Mix SVG and Swing components

2005-01-19 Thread Tonny Kohar
Hi, I am required to add Swing components to the SVG canvas. I want to use the batik extensions. The trouble I am facing is in the actual rendering class: The output I am getting in the JSVGCanvas is a static version of JTextField. I cannot enter characters or do anything with it. Any