41424344454647
super(model); init(); } private void init() { setIcon(new NodeIcon(this)); }
36373839404142
*/ public class UIGenericNode extends UINeoNode { public UIGenericNode(Node model) { super(model); setIcon(new NodeIcon(this)); }