Re: [OT] Re: How to handle the AWT-Windows thread?

2011-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/21/2011 4:53 AM, Pid wrote: > On 21/08/2011 01:19, Christopher Schultz wrote: >> I'm not sure how one would intercept the call, though. I've >> never looked into it, but I would guess that >> Toolkit.getDefaultToolkit can be configured to re

Re: [OT] Re: How to handle the AWT-Windows thread?

2011-08-21 Thread Pid
On 21/08/2011 01:19, Christopher Schultz wrote: > Pid, > > On 8/20/2011 6:06 PM, Pid wrote: >> On 19/08/2011 15:45, Christopher Schultz wrote: >>> Dan, >>> >>> On 8/18/2011 5:22 PM, Dan Armbrust wrote: Toolkit.getDefaultToolkit().createImage(new byte[]{}); >>> >>> Simply calling getDefaultToo

Re: [OT] Re: How to handle the AWT-Windows thread?

2011-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/20/2011 6:06 PM, Pid wrote: > On 19/08/2011 15:45, Christopher Schultz wrote: >> Dan, >> >> On 8/18/2011 5:22 PM, Dan Armbrust wrote: >>> Toolkit.getDefaultToolkit().createImage(new byte[]{}); >> >> Simply calling getDefaultToolkit will do

[OT] Re: How to handle the AWT-Windows thread?

2011-08-20 Thread Pid
On 19/08/2011 15:45, Christopher Schultz wrote: > Dan, > > On 8/18/2011 5:22 PM, Dan Armbrust wrote: >> Toolkit.getDefaultToolkit().createImage(new byte[]{}); > > Simply calling getDefaultToolkit will do the trick: you don't have to > waste time creating an image. > > I'll implement this in the