Apr 3, 2004 #1 riches85 Programmer Nov 13, 2002 59 US Is there a way to generate a JTree that has all of it's nodes expanded at creation? If so, could someone possibly show some sample code? Thanks
Is there a way to generate a JTree that has all of it's nodes expanded at creation? If so, could someone possibly show some sample code? Thanks
Apr 3, 2004 #2 stefanwagner Programmer Oct 19, 2003 2,373 DE If not, get the root, and open every child-node recursively. Upvote 0 Downvote
Apr 4, 2004 #3 sedj Programmer Aug 6, 2002 5,610 the JTree tutorial : http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html Upvote 0 Downvote