Re: [kaffe] Classpath AWT progress.

2003-12-16 Thread James Simmons
> Would you have a problem with this for your xlib implementation? If so, > it would be interesting to know the reason. I have to see if it would work with my design goal. The basic goal is to have two totally different environments work together as if they we one environment. One screen would

Re: [kaffe] Classpath AWT progress.

2003-12-09 Thread S. Meslin-Weber
Hi Sascha, James, to the toolkit. All Classpath toolkits would be mandated to subclass gnu.java.awt.ClasspathToolkit. The intention is to keep the platform dependencies limited to as few places as possible. There was some debate about whether GraphicsEnvironment or Toolkit would be the appropriate

Re: [kaffe] Classpath AWT progress.

2003-12-09 Thread Sascha Brawer
James Simmons <[EMAIL PROTECTED]> wrote on Mon, 8 Dec 2003 19:25:35 +: >Here is the code I have so far. I extended GraphicsEnvironment to actually >work. At present it gives exceptions. The main file is >ClasspathGraphicsEnvironment.java. Its goal is to load each type of >GraphicsDevice dri

Re: [kaffe] Classpath AWT progress.

2003-12-08 Thread James Simmons
> James Simmons <[EMAIL PROTECTED]> writes: > > > Give me a few days to get a patch going. At present I'm working on > > code that hits two targets, X windows and the linux framebuffer > > console. I want to get a system going that runs on X windows and the > > framebuffer console at the same

Re: [kaffe] Classpath AWT progress.

2003-12-05 Thread Arnaud Vandyck
James Simmons <[EMAIL PROTECTED]> writes: > Give me a few days to get a patch going. At present I'm working on > code that hits two targets, X windows and the linux framebuffer > console. I want to get a system going that runs on X windows and the > framebuffer console at the same time!!! Can

Re: [kaffe] Classpath AWT progress.

2003-12-04 Thread James Simmons
On Thu, 4 Dec 2003, Thomas Fitzsimmons wrote: > On Thu, 2003-12-04 at 13:42, James Simmons wrote: > >Just wanted to give up a update at where I am on the port. I have all > > the skeleton classes avalable for a xlib peer. No functionality. I attempted > > to make a XFramePeer class but the u

Re: [kaffe] Classpath AWT progress.

2003-12-04 Thread Thomas Fitzsimmons
On Thu, 2003-12-04 at 13:42, James Simmons wrote: >Just wanted to give up a update at where I am on the port. I have all > the skeleton classes avalable for a xlib peer. No functionality. I attempted > to make a XFramePeer class but the under lying structue was missing. The > under lying str

[kaffe] Classpath AWT progress.

2003-12-04 Thread James Simmons
Just wanted to give up a update at where I am on the port. I have all the skeleton classes avalable for a xlib peer. No functionality. I attempted to make a XFramePeer class but the under lying structue was missing. The under lying structures are GraphicsEnvironment, GraphicsDevice and frien