private void jButtonAddInterfaceActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonAddInterfaceActionPerformed
InterfacePickUp interfacepickupPanel = new InterfacePickUp();
if ( interfacepickupPanel.display() ) {
OOIDLParser ooidlparser = new OOIDLParser(
interfacepickupPanel.getInterfaceFile() );
IDLInterface iDLInterface = ooidlparser.createIDLInterface();
if( iDLInterface == null ) {
// Message that the IDL does not contain a Interface
TopManager.getDefault().notify(
new NotifyDescriptor.Message(