2015-03-06 23:49:45 +00:00
|
|
|
---
|
|
|
|
created: 2008-07-15 00:21:03 +0200
|
2022-01-23 17:14:59 +00:00
|
|
|
language: en
|
|
|
|
layout: redirect
|
|
|
|
layout_old: default
|
|
|
|
redirect_to: https://blog.mbirth.de/archives/2008/07/15/swing-apps-show-garbled-backgrounds.html
|
2015-03-06 23:49:45 +00:00
|
|
|
tags:
|
2022-01-23 17:14:59 +00:00
|
|
|
- know-how
|
|
|
|
- software
|
|
|
|
- java
|
|
|
|
title: Swing apps show garbled backgrounds
|
|
|
|
toc: false
|
|
|
|
updated: 2008-07-15 00:21:03 +0200
|
2015-03-06 23:49:45 +00:00
|
|
|
---
|
2022-01-23 17:14:59 +00:00
|
|
|
|
2015-03-06 23:49:45 +00:00
|
|
|
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`
|
|
|
|
|
2022-01-23 17:14:59 +00:00
|
|
|
If you found the correct combination, set it as environment variable `_JAVA_OPTIONS`.
|