OutputQueues oqFrame = new OutputQueues(nf2, updateTimer);
((MDIDesktopPane)mainFrame.getDesktopPane()).add((JInternalFrame) oqFrame);
}//GEN-LAST:event_oqButtonActionPerformed
private void oplButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_oplButtonActionPerformed
OutputPortLookupFrame oplFrame = new OutputPortLookupFrame(nf2, updateTimer);
((MDIDesktopPane)mainFrame.getDesktopPane()).add((JInternalFrame) oplFrame);
}//GEN-LAST:event_oplButtonActionPerformed