explainButton.add(new ExplainButton(new ActionListener() {
public void actionPerformed(ActionEvent e) {
}
}));
mediator = new LinkedObjectComponentMediator(owlEditorKit, this);
getSelectionModel().addListSelectionListener(new ListSelectionListener(){
public void valueChanged(ListSelectionEvent event) {
ChangeEvent ev = new ChangeEvent(AnytimeReasoningResultsList.this);
for (ChangeListener l : copyListeners){