1. Jtree: how to hide parts of a given defaultmutabletreenode's text? stackoverflow.comSay my JTree consists of following nodes.
|
2. How to hide the tree handles, URGENT! Thanks! coderanch.com |
3. How to hide a tree node from the GUI, URGENT! coderanch.com |
4. JTree root hiding coderanch.comHi all. My question is: I need to hide the root node of my tree. I could do this by setRootVisible(false), but in this case the application does not work correct becouse the order of other nodes was changed (firs node became zero node and so on). Is there othe way to hide root node and keep the order of all ... |
5. Hiding nodes in a JTree coderanch.comI am importing a tree from another program. But in my new program, I don't want to display every node of the tree. I created a class called SimContainerNode that holds the DefaultMutableTreeNodes of the old tree, and adds some fields such as frequency, and isVisible. When I display the JTree, I only want the nods with isVisible = true to ... |