}
public void applyChanges()
{
getSettings().setBare(bareCheckbox.isSelected());
CompilerType compilerType = (CompilerType) compilerComboBox.getSelectedItem();
getSettings().setCompilerType(compilerType);
if (compilerType == CompilerType.NODEJS)
{
getSettings().setCompilerExec(executablePathTextField.getText());
}