}
}//GEN-LAST:event_onStartStop
private void btPathActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btPathActionPerformed
DirectorySelector selector = new DirectorySelectorImpl(this);
if (selector.select()) {
final int insertIndex = 0;
dirCbModel.insertElementAt(selector.getDirectory(), insertIndex);
cbPaths.setSelectedIndex(insertIndex);
}
}//GEN-LAST:event_btPathActionPerformed