}//GEN-LAST:event_uploadFarmActionPerformed
private void btUploadIntelWriterActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btUploadIntelWriterActionPerformed
DirectoryIntelliWriter writer;
try {
IntellWriterParser writerParser = new IntellWriterParser();
writerParser.read();
writer = DirectoryLocator.getDirectory(DirectoryIntelliWriter.class, true);
} catch (FileNotFoundException ex) {
MessageBox.showException(ex);
} catch (IOException ex) {
MessageBox.showException(ex);