applied Sanders patch c7da1241
arg@mig29 · 2006-12-13 14:15 1 file(s) · +3 −3
dwm.1 +3 −3
129 129
.P
130 130
Java applications which use the XToolkit/XAWT backend may draw grey windows
131 131
only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
132 -
JDK 1.6 versions, because it assumes a reparenting window manager. As workaround
133 -
wether you use JDK 1.4 (which don't contains the XToolkit/XAWT backend) or you
134 -
define the following environment variable accordingly (to use the older Motif
132 +
JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
133 +
you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
134 +
can set the following environment variable (to use the older Motif
135 135
backend instead):
136 136
.BR AWT_TOOLKIT=MToolkit .
137 137
.SH SEE ALSO