как установить шрифт глобально для всего netbeans rcp?
Я установил шрифт в UIManager с помощью интерфейса LFCustoms, но изменился только шрифт StatusDisplayer.
используется в инсталляторе
UIManager.put(LFCustoms.SYSTEMFONT, globalFont);
UIManager.put(LFCustoms.USERFONT, globalFont);
UIManager.put(LFCustoms.MENUFONT, globalFont);
UIManager.put(LFCustoms.WINDOWTITLEFONT, globalFont);
UIManager.put(LFCustoms.SUBFONT, globalFont);
UIManager.put(LFCustoms.LISTFONT, globalFont);
UIManager.put(LFCustoms.TREEFONT, globalFont);
UIManager.put(LFCustoms.PANELFONT, globalFont);
UIManager.put(LFCustoms.SPINNERFONT, globalFont);