setText("Repository");
setToolTipText("Port: " + ((ImRInfo) _node).port +
", Host: " + ((ImRInfo) _node).host);
}
else if (_node instanceof POAInfo){
POAInfo _poa = (POAInfo) _node;
setToolTipText("POA is "
+ ((_poa.active)? "active" : "inactive"));
if (m_use_html_labels){
String _color = (_poa.active)? "green" : "red";