this.getContentPane().add(getStatusBar(), BorderLayout.SOUTH);
m_petriNetResourceEditor = resEditor;
addInternalFrameListener(m_editor);
m_operationsPanel = opEditor;
m_editorPanel = m_editor.getEditorPanel();
m_paraPhrasingPanel = new ParaphrasingPanel(m_editor);
this.setDefaultCloseOperation(JInternalFrame.DO_NOTHING_ON_CLOSE);
if (editor.isSubprocessEditor()) {
this.setFrameIcon(Messages.getImageIcon("Popup.Add.Subprocess"));
this.getContentPane().add(m_editor.getEditorPanel(), BorderLayout.CENTER);