[JAVA2D] Bizarre exception

2007-09-28 Thread Olivier Lefevre
Upon closing a perfectly ordinary program (a test JTable within a scrollpane) running under Java 6 I got a flurry of Exception while removing reference: java.util.concurrent.RejectedExecutionException java.util.concurrent.RejectedExecutionException at

Re: [JAVA2D] Bizarre exception (Win32ShellFolder2)

2007-09-28 Thread Dmitri Trembovetski
Hi Oliver, looks like a problem with Swing's handling of COM stuff (I've cc-ed responsible swing engineer). What exact java version is this? Thanks, Dmitri Olivier Lefevre wrote: Upon closing a perfectly ordinary program (a test JTable within a scrollpane) running under Java 6

Re: [JAVA2D] Bizarre exception (Win32ShellFolder2)

2007-09-28 Thread Olivier Lefevre
Hi Dmitri, The Java version is: java version 1.6.0_02 Java(TM) SE Runtime Environment (build 1.6.0_02-b06) Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing) running on Windows XP Pro SP2 with all the latest patches. Regards, -- O.L.