if (jCheckBox8.isSelected()) test.setOutput(jTextField3.getText());
if (jCheckBox4.isSelected()) test.setThreadNumber();
if (jCheckBox2.isSelected()) test.setElapsedTime();
if (jCheckBox6.isSelected()) test.setProcessID();
test.setTimeLimit(jTextField6.getText());
test.execute();
dispose();
}//GEN-LAST:event_jButton1ActionPerformed
private void jCheckBox9ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jCheckBox9ActionPerformed
jCheckBox1.setSelected(true);