public ShapeNode()

in netbeans.apache.org/src/old_content/content/tutorials/68/images/vislib_ShapeNode.java [27:31]


    public ShapeNode(Shape key) {
        super(Children.LEAF, Lookups.fixed( new Object[] {key} ) );
        this.shape = key;
        setIconBaseWithExtension(key.getImage());
    }