JTree « Development « Spring Q&A





1. Strange bug for JTree structure    forum.springsource.org

Strange bug for JTree structure Hi,guys I implement an application which is similar to the petclinic sample. But I got a very strange bug. The condition is like, I have a ...

2. Trouble reordering nodes in a JTree    forum.springsource.org

Trouble reordering nodes in a JTree I have a JTree that uses a domain specific model that looks like the following: root -> MenuList -> List

-> ListOrderedSet I want to ...

3. JTree as navigation for Views    forum.springsource.org

JTree as navigation for Views Hi, I create an application where several views exist (customers, contracts...). Now I want to create a JTree on the left side that allows the user ...

5. JTree Menu    forum.springsource.org

JTree Menu Good day, Could anyone please assist me here? I have dynamically built a JTree from the database. My default view has a SplitPane with the JTree on the left. ...