← Back to team overview

openjdk team mailing list archive

[Bug 255983] 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


** Attachment added: "Options Dialog of Aqua Data Studio with wrong font rendering"
   http://launchpadlibrarian.net/19617921/datastudio.png

-- 
openjdk label display in swing ui elements needs additional vertical space  
https://bugs.launchpad.net/bugs/255983
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in OpenJDK: Confirmed
Status in “openjdk-6” source package in Ubuntu: Triaged

Bug description:
i am on Ubuntu 8.04.1, effect is the same on i386 and amd64, Package: openjdk-6-jre, Version: 6b11-2ubuntu2

Swing UI elements (lists, labels) have additional vertical space, some applets user interfaces are therefore broken with openjdk. In contrast sun-java6-jre works fine with tvbrowser and other applets. I attached a good and a bad png-image. The java program to render the example is ugly but still useable with openjdk but i think the error is shown clearly in comparison of the bad openjdk.png with the good sun sun-java.png.



References