41424344454647484950
} private void init(UINeoNode nodeAttachedTo) { setSelectable(true); this.nodeAttachedTo = nodeAttachedTo; myIcon = new ProbeIcon(this); myIcon.configureLabel(false); myIcon.setLabelVisible(false); setIcon(myIcon); }