has been using NetBeans, all aspects are very satisfied, is the font is very uncomfortable, such as the use of a wide font but does not support Chinese, Baidu a bit, found a solution, posted out, to the needs of friends.
01. Find your own Java Font directory. My directory is "C:\Program files\java\jdk1.7.0_21\jre\lib"
02, copy fontconfig.properties.src, rename to Fontconfig.properties
03. Open the Fontconfig.properties with the editor and add the following code at the bottom.
FileName. Consolas=consola. TTF
FileName. Consolas_bold=consolab. TTF
FileName. Consolas_italic=consolai. TTF
FileName. Consolas_bold_italic=consolaz. TTF
04, to replace
Find Monospaced.plain.alphabetic=courier New
To replace with Monospaced.plain.alphabetic=consolas
Find Monospaced.bold.alphabetic=courier New Bold
Replace with Monospaced.bold.alphabetic=consolas Bold
Find Monospaced.italic.alphabetic=courier New Italic
Replace with Monospaced.italic.alphabetic=consolas Italic
Find Monospaced.bolditalic.alphabetic=courier New Bold Italic
Replace with Monospaced.bolditalic.alphabetic=consolas Bold ttalic
Find SEQUENCE.MONOSPACED.GBK=CHINESE-MS936,ALPHABETIC,DINGBATS,SYMBOL,CHINESE-MS936-EXTB
To replace with Sequence.monospaced.gbk=alphabetic,chinese-ms936,dingbats,symbol
Find SEQUENCE.MONOSPACED.GB18030=CHINESE-GB18030,ALPHABETIC,DINGBATS,SYMBOL,CHINESE-GB18030-EXTB
To replace with Sequence.monospaced.gb18030=alphabetic,chinese-gb18030,dingbats,symbol
Finally, save and restart the IDE is OK.
NetBeans and other wide fonts do not support Chinese