Re: How do I implement a synchronous drawImage()

1998-10-12 Thread Paul Reavis
Brian Pedersen wrote: > > On Sun, 11 Oct 1998, Thomas Okken wrote: > > > Hi all, > > > > For Reasons too Complicated to Explain, I would like to implement > > a set of methods similar to Graphics.drawImage(), only without the > > ImageObserver argument. These methods should block until the image

Re: How do I implement a synchronous drawImage()

1998-10-12 Thread Brian Pedersen
On Sun, 11 Oct 1998, Thomas Okken wrote: > Hi all, > > For Reasons too Complicated to Explain, I would like to implement > a set of methods similar to Graphics.drawImage(), only without the > ImageObserver argument. These methods should block until the image > is completely drawn, i.e. I would l