Comment 34 for bug 255983

Revision history for this message
Klaus Reimer (kay) wrote : Re: openjdk label display in swing ui elements needs additional vertical space

I can also reproduce this problem with OpenJDK 6b12-0ubuntu6 on Intrepid AMD64. sun-java6-fonts is installed.

Attached screen shows the options dialog of current Aqua Data Studio 7.0.10. As you can see in the selected "General" item on the left there is a disturbing bottom margin and the text on the right is not completely visible. The main screen also looks ugly because text lines are much to high.

The locale workaround is working for me. So now I start ADS with this script and text is rendered correctly:

#!/bin/bash
cd /opt/datastudio
export LC_ALL=de_DE.ISO-8859-15
exec ./datastudio.sh