Small sample application:
import javax.swing.JFrame; import javax.swing.JLabel; /** * @author Johannes Schneider (<a href="mailto:j...@cedarsoft.com">j...@cedarsoft.com</a>) */ public class Tester { public static void main( String[] args ) { JFrame frame = new JFrame("da Title"); frame.setSize( 600, 100 ); frame.setVisible( true ); frame.setLocationRelativeTo( null ); JLabel daLabel = new JLabel(); daLabel.setText( daLabel.getFont().toString() ); frame.getContentPane().add( daLabel ); } } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937200 Title: Fat fonts in Swing applications To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/937200/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs