1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/java/_posts/2008-07-15-swing-garbled-background.md

614 B

created, language, layout, layout_old, redirect_to, tags, title, toc, updated
created language layout layout_old redirect_to tags title toc updated
2008-07-15 00:21:03 +0200 en redirect default https://blog.mbirth.de/archives/2008/07/15/swing-apps-show-garbled-backgrounds.html
know-how
software
java
Swing apps show garbled backgrounds false 2008-07-15 00:21:03 +0200

This may have to do with a damaged OpenGL pipeline. Play around with the following parameters:

  • --Dsun.java2d.opengl==true|false
  • --Dsun.java2d.opengl.fbobject==true|false
  • --Dsun.java2d.d3d==true|false

If you found the correct combination, set it as environment variable _JAVA_OPTIONS.