miftree
miftree copied to clipboard
checkbox
Hello,
Considering and empty forest tree, in 'initCheckbox' method I get an 'node.getFirst() is null' error. To solve it it's just necesary to check if node.getFirst() != null before node.getFirst().setParentCheckbox(1);