HorizontalPanel hp = new HorizontalPanel();
hp.setVerticalAlignment(ALIGN_MIDDLE);
layout.add(hp);
if ( mainPanel.isReadOnly() ) {
hp.add(new TLabel("Mapped ontologies:",
"The ontologies where the mapped entities where taken from. " +
"<br/>" +
"These ontologies are given " +
"codes, starting from 'A', to identify them in " +
"the rest of the VINE interface. "
));
}
else {
hp.add(new TLabel("Working ontologies:",
"This section lists the ontologies whose entities can be mapped. " +
"Use the \"Add\" button to add a working ontology. " +
"<br/>" +
"These ontologies are given " +
"codes, starting from 'A', to identify them in " +