Netbeans rcp全球字体

时间:2011-05-09 13:01:51

标签: netbeans

如何为整个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);

0 个答案:

没有答案