Re: [OpenJDK 2D-Dev] Merge CacioWeb

2012-01-13 Thread Richard Bair
>>> We also have a somewhat special backend which renders >>> exclusively into a BufferedImage and can only process events generated >>> by Robot, which is particularily useful for unit testing GUI >>> applications without messing around with the user's desktop or without >>> requiring graphics on

Re: [OpenJDK 2D-Dev] Merge CacioWeb

2012-01-13 Thread Mario Torre
Il giorno 13/gen/2012, alle ore 17:42, Richard Bair ha scritto: > > On Jan 5, 2012, at 12:20 PM, Roman Kennke wrote: > >> Hi all, >> >> Thanks Mario for bringing this up. >> >> First of all let me explain what is Cacio and why we think it's useful. >> In essence, it is an (somewhat) abstract i

Re: [OpenJDK 2D-Dev] Merge CacioWeb

2012-01-13 Thread Richard Bair
On Jan 5, 2012, at 12:20 PM, Roman Kennke wrote: > Hi all, > > Thanks Mario for bringing this up. > > First of all let me explain what is Cacio and why we think it's useful. > In essence, it is an (somewhat) abstract implementation of AWT peers. It > implements all the AWT widgets by using Swi

Re: [OpenJDK 2D-Dev] Merge CacioWeb

2012-01-05 Thread Roman Kennke
Hi all, Thanks Mario for bringing this up. First of all let me explain what is Cacio and why we think it's useful. In essence, it is an (somewhat) abstract implementation of AWT peers. It implements all the AWT widgets by using Swing for painting and event/logic processing. This reduces the burde

[OpenJDK 2D-Dev] Merge CacioWeb

2012-01-03 Thread Mario Torre
Hello all, I would like to ask a question about the future directions for Caciocavallo, and CacioWeb. As you may already know, Cacio is a project we started for the OpenJDK Innovators Challenge and was aimed at refactoring the graphics code in OpenJDK to allow custom peers (and hence easy the