1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/java/_posts/2008-07-15-swing-garbled-background.md

502 B

title language layout created updated toc tags
Swing apps show garbled backgrounds en default 2008-07-15 00:21:03 +0200 2008-07-15 00:21:03 +0200 false
know-how
software
java

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.