Swing Application stuck following Apple Java update 1.6.0_51

后端 未结 5 410
情书的邮戳
情书的邮戳 2021-01-14 02:41

We have a Java Swing client application. It\'s installed as a Java Web Start applet and as a install4j installer.
Since Apple released the latest Java 6 upgrade our appl

5条回答
  •  别那么骄傲
    2021-01-14 03:11

    In our case, we were able to restore our application to working condition by removing this line:

    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    

提交回复
热议问题