Re: canvas in JInternalFrame

2003-09-21 Thread Thomas DeWeese
<[EMAIL PROTECTED]> To: Batik Users <[EMAIL PROTECTED]> Subject: Re: canvas in JInternalFrame Date: Sat, 20 Sep 2003 11:29:18 -0400 Ian Ross wrote: hey guys I place my JSVGCanvas in a JScroll and add it to a JInternalFrame. As long as I use one frame everything is fine. However, when i use m

Re: canvas in JInternalFrame

2003-09-21 Thread Ian Ross
TECTED]> To: [EMAIL PROTECTED] Subject: Re: canvas in JInternalFrame Date: Sun, 21 Sep 2003 13:35:28 + hi Sorry to bother u again but i got the build.bat and the buil.xml file from cvs along with the jar files under lib/build. I just ran build.bat soon after on my existing version of batik-1.5. T

Re: canvas in JInternalFrame

2003-09-21 Thread Ian Ross
at this and have no idea. Im hoping what i did was wrong cause it didnt really fix the problem i had. Thanks Ian From: Thomas DeWeese <[EMAIL PROTECTED]> Reply-To: "Batik Users" <[EMAIL PROTECTED]> To: Batik Users <[EMAIL PROTECTED]> Subject: Re: canvas in JInternalFra

Re: canvas in JInternalFrame

2003-09-20 Thread Thomas DeWeese
Ian Ross wrote: hey guys I place my JSVGCanvas in a JScroll and add it to a JInternalFrame. As long as I use one frame everything is fine. However, when i use many frames the canvas disappears when i bring an internal frame displaying the a JSVGCanvas into focus. I tried using a listener on the

canvas in JInternalFrame

2003-09-20 Thread Ian Ross
hey guys I place my JSVGCanvas in a JScroll and add it to a JInternalFrame. As long as I use one frame everything is fine. However, when i use many frames the canvas disappears when i bring an internal frame displaying the a JSVGCanvas into focus. I tried using a listener on the frame that repai