You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Michael Brackx <mi...@gmail.com> on 2013/06/26 14:09:43 UTC

workbench broken on osx

After the java 1.6.0_51 update, workbench is no longer working on osx.
It starts up, but the frames remain empty.
Possibly UIManager.setLookAndFeel() should be called in a swing thread
(with SwingUtilities)
see
http://stackoverflow.com/questions/17204465/how-does-java-for-os-x-2013-004-affect-break-swing-applications/17226346#17226346

Michael

Re: workbench broken on osx

Posted by Michael Brackx <mi...@gmail.com>.
Hi,

Thanks.
Yes, its working now.

Michael


On Wed, Jun 26, 2013 at 3:08 PM, Florian Müller <fm...@apache.org> wrote:

> Hi Michael,
>
> I have made the change. Please try again.
>
>
> Florian
>
>

Re: workbench broken on osx

Posted by Florian Müller <fm...@apache.org>.
 Hi Michael,

 I have made the change. Please try again.


 Florian


> After the java 1.6.0_51 update, workbench is no longer working on 
> osx.
> It starts up, but the frames remain empty.
> Possibly UIManager.setLookAndFeel() should be called in a swing 
> thread
> (with SwingUtilities)
> see
> 
> http://stackoverflow.com/questions/17204465/how-does-java-for-os-x-2013-004-affect-break-swing-applications/17226346#17226346
>
> Michael