> 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 choice.
Perhaps I should've also mentioned that I was talking about the AppKit,
which more closely correlates to Swing than does Display Postscript. As
far as I can remember, the AppKit is not thread safe and it is not
advisable to use it with more than one thread. Can you just create
another DPSContext and use the AppKit with it ? I wasn't aware of that.