Re: How do I implement a synchronous drawImage()

1998-10-12 Thread Brian Pedersen
rawn, i.e. I would like to implement a synchronous > variant of drawImage(). I believe that ImageObserver == null will make the operation synchronous. -- Brian Pedersen, DSP Student_/ _/_/_/ _/_/_/ _/ Applied

Re: Kaffe and Serialization (was Re: Kaffe and HJBrowser)

1998-09-22 Thread Brian Pedersen
>Speaking of things that might be "beyond-spec", are Kaffe's standard >classes and the Sun JDK classes Serialization compatible? For example, >if I were to Serialize a java.awt.Panel generated by a Kaffe VM, and >send it over a network to a Sun VM, could the Sun VM deserialize it >properly to its

RE: Servlets on Linux

1998-07-29 Thread Brian Pedersen
I got this problem: When I can't compile this simple program: > > > > > > import java.io.*; > > > import java.servlet.*; > > > import java.servlet.http.*; Shouldn't this read javax.servlet.* ? Servlets are NOT a part of core in

Problems with lists

1998-07-08 Thread Brian Pedersen
his should result in a shrinking list, and it is also shrinking behind the scenes (as can be seen on the stdout) but not on the (my) screen... Please try it out, to see if it works for you. Brian Pedersen, D