NetBeans是一款優秀的IDE,但是界面過亮,讓我從使用以來就又愛又恨,經過一番摸索,測試出一款擴展軟件
個人挺喜歡的分享出來

廢話不多說下面教程:
1、安裝NetBeans;
2、下載外觀包jattoo.jar 點擊此處下載密碼: 4n2p;
3、在NetBeans快捷方式的屬性中,目標位置這一欄:

"D:\Program Files\NetBeans 8.2\bin\netbeans64.exe" -cp:p F:\JTattoo.jar --laf com.jtattoo.plaf.hifi.HiFiLookAndFeel
因為這邊win10的系統,所以有雙引號,引號之后 加上F:\JTattoo.jar --laf com.jtattoo.plaf.hifi.HiFiLookAndFeel(F:\JTattoo.jar這個是文件的地址com.jtattoo.plaf.hifi.HiFiLookAndFeel 是配置項 )
4、添加完畢,保存時會提示需要管理員權限才能修改,不是管理員的自行解決:)
最后就能實現上面截圖的效果了
此外還有其他共10個主題
com.jtattoo.plaf.smart.SmartLookAndFeel
com.jtattoo.plaf.mcwin.McWinLookAndFeel
com.jtattoo.plaf.luna.LunaLookAndFeel
com.jtattoo.plaf.aluminium.AluminiumLookAndFeel
com.jtattoo.plaf.bernstein.BernsteinLookAndFeel
com.jtattoo.plaf.hifi.HiFiLookAndFeel
com.jtattoo.plaf.mint.MintLookAndFeel
com.jtattoo.plaf.aero.AeroLookAndFeel
com.jtattoo.plaf.fast.FastLookAndFeel
com.jtattoo.plaf.acryl.AcrylLookAndFeel
需要的自行切換
