lstLabs.addListSelectionListener(this);
}else{
try {
selected = (DirectoryLaboratoryItem) lstLabs.getSelectedValue();
if (selected != null){
labLocal = new LaboratoryLocal(selected);
labLocal.addContentStateListener(getContainer());
}
else{
labLocal = null;
}