• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Node selection problem in JTree

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I'm having a problem with the node selection in JTree. I have an applet with a JTree. When I select a leaf node, I have implemented a selection listener that handles the selection by opening a new URL. The selection works fine the first time I single click on the leaf node. Once the node is selected, if I single click on it again, nothing happens. I have to select a different leaf node and come back to the earlier node for the URL to open up again. I have tried many things like clearing the selection, handling the mouse click it etc to no avail. I'll really appreciate it if someone can help me out with this problem.
Thanks,
Mani
reply
    Bookmark Topic Watch Topic
  • New Topic