lign="justify"> evt) {();}
private void ssh_configButtonActionPerformed (java.awt.event.ActionEvent
evt) {ex_com = "gnome-terminal-x part1/ssh_config.sh"; {(ex_com);
} catch (IOException ex) {}}
void
sshd_configButtonActionPerformed (java.awt.event.ActionEvent evt) {ex_com = "gnome-terminal-x part1/sshd_config.sh"; {(ex_com);
} catch (IOException ex) {}}
void ssh_installButtonActionPerformed (java.awt.event.ActionEvent
evt) {ex_com = "gnome-terminal-x part1/ssh_install.sh"; {(ex_com);
} catch (IOException ex) {} {. sleep (8000);
} catch (InterruptedException ex) {} (runCheck ()) ();}
void ssh_runButtonActionPerformed (java.awt.event.ActionEvent
evt) {ex_com = "gnome-terminal-x part1/ssh_run.sh"; {(ex_com);
} catch (IOException ex) {} (runCheck ()) ();}
void ssh_stopButtonActionPerformed (java.awt.event.ActionEvent
evt) {ex_com = "gnome-terminal-x part1/ssh_stop.sh"; {(ex_com);
} catch (IOException ex) {} (runCheck ()) ();}
void chownClearActionPerformed (java.awt.event.ActionEvent evt) {();}
void chownDiscardActionPerformed (java.awt.event.ActionEvent
evt) {();. setVisible (false);}
void umaskClearActionPerformed (java.awt.event.ActionEvent evt) {();}
void umaskCancelActionPerformed (java.awt.event.ActionEvent evt)
{();. setVisible (false);}
private void umaskOKActionPerformed (java.awt.event.ActionEvent evt) {file_name = "umask.sh"; username = umaskUsers.getSelectedItem (). toString (); mask = umaskMask.getText () ; ex_com1 = "chmod + x part1 /" + file_name; ex_com2 = "gnome-terminal-x part1 /" + file_name; {(username, mask); (ex_com1); (ex_com2);
} catch (IOException ex) {}}
void chownOKActionPerformed (java.awt.event.ActionEvent evt) {file_name = "chown.sh"; [] com = {chownCommand.getText ()}; ex_com1 = "chmod + x part1 /"+ file_name; ex_com2 =" gnome-terminal-x part1/"+ file_name; {(file_name, com); (ex_com1); (ex_com2);
} catch (IOException ex) {}. setEnabled (false);}
void chmodOpenFileActionPerformed (java.awt.event.ActionEvent
evt) {. setText (openFileDialog (this.chmodDialog)); ();}
void chownOpenFileActionPerformed (java.awt.event.ActionEvent
evt) {. setText (openFileDialog (this.chownDialog)); ();. setEnabled (true);}
void chmodUsersItemStateChanged (java.awt.event.ItemE...