Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.2a2
-
Fix Version/s: FEST-Swing 1.2a3
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
I find it difficult to programmatically click on a JTree node known by its text. I would therefore like this feature in FEST-Swing. I was able to find the node, but then the JTree reported it as having null bounds despite being visible. So I hope you guys with your experience of doing this kind of thing will be able to add this. I'll happily test it if it's added to svn, which I've checked out.
Sorry Ricky, I'm not following
I don't understand what you mean by "textual representation". We have a method where you can perform actions on nodes based on their paths, for example "root/node1/node1.1". Can you please provide an example?
Many thanks,
-Alex