Does Java Mac OSX native look and feel respect UIManager font changes?

Posted by Erik Lickerman on Stack Overflow See other posts from Stack Overflow or by Erik Lickerman
Published on 2010-05-23T17:35:45Z Indexed on 2010/05/23 17:40 UTC
Read the original article Hit count: 224

Filed under:
|
|
|
|

I have a java applet and the only look and feel that works properly is the native mac one. I wanted to make the fonts a bit larger and tried using the standard UIManager methods

UIManager.put("Label.font", new Font("Georgia", Font.PLAIN, 18));

This produces no change. It does not throw an exception, of course.

Does anyone know if the native mac look and feel ignores these?

I know there are specific ways to make controls different sizes on mac but these only seem to make them smaller. You cannot make the controls larger than regular.

© Stack Overflow or respective owner

Related posts about java

Related posts about mac