Java 8 Swing rendering problem with Intel HD 3700 linux

那年仲夏 提交于 2019-12-04 04:02:56

There is a known bug: https://bugs.openjdk.java.net/browse/JDK-8067328. Oracle recommends to disable D3D (they have disabled it by default in 8_40).

This article describes the same problem and way to fix it at the end: https://yakovfain.com/2014/06/27/swing-rendering-seems-to-be-broken-in-java-8/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!