Does Java Mac OSX native look and feel respect UIManager font changes?
- by Erik Lickerman
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.