NetBeans switches other interface styles and netbeans interface styles
NetBeans is an excellent IDE, but the interface is too bright, so I love and hate it from the past. After some exploration, I have tested an extension software.
I like it very much.
The following tutorial does not talk nonsense:
1. Install NetBeans;
2. Download the appearance package jattoo. jar. Click here to download the password: k9vi;
3. In the attribute of NetBeans shortcuts, the target location column is as follows:
"D:\Program Files\NetBeans 8.2\bin\netbeans64.exe" -cp:p F:\JTattoo.jar --laf com.jtattoo.plaf.hifi.HiFiLookAndFeel
Because of the win10 system, there are double quotation marks, followed by F: \ JTattoo. jar -- laf com. jtattoo. plaf. hifi. hiFiLookAndFeel (F: \ JTattoo. jar is the file address com. jtattoo. plaf. hifi. hiFiLookAndFeel is a configuration item)
4. After adding the file, you will be prompted to require the Administrator permission to modify the file. It is not the Administrator's solution :)
Finally, we can achieve the above effect.
There are 10 other topics in total.
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
Self-switching required