如何为整个netbeans rcp全局设置字体?
我使用LFCustoms界面将字体设置为UIManager,但只更改了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);