Re: Batik and SWT

2006-04-28 Thread Steven Shaw
Software Group 770 Palladium Drive, Kanata, ON, Canada, K2V 1C8 tel: 613.591.7979 [EMAIL PROTECTED] Tom Schindl <[EMAIL PROTECTED]> 04/03/2006 08:25 AM Please respond to batik-users To batik-users@xmlgraphics.apache.org cc Subject Re: Batik and SWT [EMAIL PROTE

Re: Batik and SWT

2006-04-03 Thread Tom Schindl
[EMAIL PROTECTED] wrote: > Hi Tom, > > >>>Tom Schindl <[EMAIL PROTECTED]> wrote on 04/03/2006 04:12:40 AM: > > Well that's not really what I had in mind. I really want to replace > > all > AWT components through SWT ones. > > >>[EMAIL PROTECTED] wrote: >> >>> I'm not sure what th

Re: Batik and SWT

2006-04-03 Thread thomas . deweese
Hi Tom, > > Tom Schindl <[EMAIL PROTECTED]> wrote on 04/03/2006 04:12:40 AM: >>> Well that's not really what I had in mind. I really want to replace all >>> AWT components through SWT ones. > [EMAIL PROTECTED] wrote: > >I'm not sure what this means. Just replace subclasses of > > java.awt.

Re: Batik and SWT

2006-04-03 Thread Tom Schindl
[EMAIL PROTECTED] wrote: > Hi Tom, > > Tom Schindl <[EMAIL PROTECTED]> wrote on 04/03/2006 04:12:40 AM: > > >>Well that's not really what I had in mind. I really want to replace all >>AWT components through SWT ones. > > >I'm not sure what this means. Just replace subclasses of > java.awt

Re: Batik and SWT

2006-04-03 Thread thomas . deweese
Hi Tom, Tom Schindl <[EMAIL PROTECTED]> wrote on 04/03/2006 04:12:40 AM: > Well that's not really what I had in mind. I really want to replace all > AWT components through SWT ones. I'm not sure what this means. Just replace subclasses of java.awt.Component or replace any use of java.awt.*

Re: Batik and SWT

2006-04-03 Thread Tom Schindl
Well that's not really what I had in mind. I really want to replace all AWT components through SWT ones. Tom Philip Feldman wrote: > It works, but it's slow. Everything is drawn to an offscreen awt > component and then blitted to the SWT panel. > > This covers it in pretty good depth: > http:/

RE: Batik and SWT

2006-03-31 Thread Philip Feldman
It works, but it's slow. Everything is drawn to an offscreen awt component and then blitted to the SWT panel. This covers it in pretty good depth: http://www-128.ibm.com/developerworks/java/library/j-2dswt/ There is also a package from these guys, but their documentation is thin. http://www.hol