Re: Swing Dev [8] Review request for JDK-7132383: [macosx] bug6596966.java should be adapted for Mac

2013-02-11 Thread Sergey Bylokhov
Hi, Vera. Last version looks good. -- Best regards, Sergey.

Re: Swing Dev Swing and imageio-related types that are candidates to be FunctionalInterfaces in JDK 8

2013-02-11 Thread Phil Race
Joe, Note that Swing is a single threaded API. You can't update the UI from any thread other than the EDT. Where any automatic usage of processing in parallel from additional threads is performed by the lambda implementation it will violate that requirement. So you should be circumspect in

Re: Swing Dev Swing and imageio-related types that are candidates to be FunctionalInterfaces in JDK 8

2013-02-11 Thread Joseph Darcy
And to be clear, my expectation is that the swing team will carry through on the remainder of the work need to add the annotation to appropriate swing types. -Joe On 2/11/2013 2:23 PM, Brian Goetz wrote: There is no automagic use of parallelism as part of either the Lambda language features