How to change the Look and Feel (LNF) theme of the Sheetster User Interface.

You can choose the Look and Feel (LNF) theme of the Sheetster User Interface. You can also choose a traditional Swing LNF.

Edit the resources/serverconsole.properties file and choose the LNF setting by uncommenting the desired LNF line.

For example, to change from the SkyBlue theme to the ExperienceBlue theme, you would remove the # from the start of the ExperienceBlue line, and put a # in front of the SkyBlue line like so:
#LNF=com.jgoodies.plaf.plastic.theme.SkyBlue
#LNF=com.jgoodies.plaf.plastic.theme.SkyBluerTahoma
LNF=com.jgoodies.plaf.plastic.theme.ExperienceBlue
 

To enable the classic swing LNF, set the following to true:

use_classic_LNF=false Save your changes and restart the user interface.