> Short answer the UI used a single DPSContext you were free to create as many as
> you wanted. Thre creation is expensive
> I never used more than two.
> The Contexts were individually thread safe. So you can eather create a new Context
> or manage your default one.
> You were gasp given a ch
Gerald Gutierrez wrote:
> > > Well that illustrates my point. A developer should not have to do that.
> > > The Swing team should provide the queue interface it should not have to be
> > > cobbled together by every developer that wants to write a complex graphics
> > > program.
> > > I never had
> > Well that illustrates my point. A developer should not have to do that.
> > The Swing team should provide the queue interface it should not have to be
> > cobbled together by every developer that wants to write a complex graphics
> > program.
> > I never had any problems with Display Postscri
Dave Postill wrote:
> On 7 Oct 1998 16:40:34 GMT, [EMAIL PROTECTED] (Mohd) wrote:
> | I have a swing application which needs to start two threads. The threads use
> | Runnable classes. When I start the threads from inside my Swing application,
> | The application hangs completely. I know the probl