public void initialiseView() throws Exception {
   list =
       new OWLFrameList<OWLObjectProperty>(
           getOWLEditorKit(), new OWLObjectPropertyDomainsAndRangesFrame(getOWLEditorKit()));
   setLayout(new BorderLayout());
   add(new JScrollPane(list));
   list.addToPopupMenu(new CreateNewEquivalentClassAction<OWLObjectProperty>());
 }