getDockingManager().removeFrame(jythonFrame.getKey());
jythonFrame = null;
}
CellEditorManager.registerEditor(Domain.class, new DomainCellEditor());
CellEditorManager.registerEditor(SelectorImpl.class, new SelectorImplCellEditor());
CellEditorManager.registerEditor(File.class, new DirectoryCellEditor(), DirectoryCellEditor.CONTEXT);
CellEditorManager.registerEditor(String.class, new ClasspathIdCellEdtitor(), ClasspathIdCellEdtitor.CONTEXT);
CellEditorManager.registerEditor(Hermes.class, new HermesCellEditor());
ObjectComparatorManager.registerComparator(Date.class, new DateComparator());