问题描述
似乎Java for OS X 2013-004(Java 1.6.0_51)打破了一些Swing应用程序:
It seems like Java for OS X 2013-004 (Java 1.6.0_51) breaks some Swing applications: https://discussions.apple.com/message/22279872?tstart=0#22279872?tstart=0 http://www.mathworks.com/matlabcentral/answers/79489
我的应用已加载,但它没有正常重绘。点击按钮和其他操作实际上似乎有效,但只有在调整框架大小时显示才会更新 - 真的很奇怪。
My app loads, but it doesn't repaint normally. Clicking on buttons and other operations actually seem to work, but the display only gets updated if the frame is resized - really bizarre.
有谁知道问题可能是什么是吗?
Does anyone have any idea what the problem could be?
编辑:似乎Apple修好了它:
Seems like Apple fixed it: http://lists.apple.com/archives/java-dev/2013/Jun/msg00055.html
推荐答案
Apple发布了这些更新的修订版本已解决此问题:
(10.7,10.8 +)
(仅限10.6)
This issue has been resolved by Apple releasing a revised version of these updates:http://support.apple.com/kb/DL1572 (10.7, 10.8+)http://support.apple.com/kb/DL1573 (10.6-only)
这篇关于Java for OS X 2013-004如何影响(中断)Swing应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!