How to use BeanTreeView?
- by joseph
Hello. I have read through whole platform.netbeans.org
and I do not find how to add some instance to existing children. I can add static array of diagrams(created in addNotify()), but how to add new Diagram object to the Children? I want to add it from an action that I will create(not included in code). See the code:
public class…