@Override
public void actionPerformed(ActionEvent e) {
if (e.getSource() == btnSetupSigning) {
Process p;
btnSetupSigning.enableInputMethods(true);
consolePane.setText("");
// save the value
Preferences prefs = Preferences
.userNodeForPackage(getClass());
prefs.put("keysPath1", keysPath1.getText());