Hello,
i would like to use in a project TreeComboBox like here (http://undocumentedmatlab.com/blog/usin ... ombo-boxes) and combine it with checkboxes. The Tree should then allow multiple selections. This means, someone should be able to select the leafs of the tree separately or a complete node could be selectable (selecting all leafs automatically). Is it possible to expand TreeComboBox with checkboxes, or is there an option to have a TreeComboBox more then one selected items at a time?
At the end, i would like to have something like this (https://www.jstree.com/) in Java.
Can you provide some simple code?
Thanx in advance, Daniel