chrislukasik
3 years agoContributor
problem with a jtree
i cannot click on an item in a jtree, (which is a compoenet of Java Swing) the scrip is written in C#. I tried DblClickItem, ExpandItem. and ClickItem. The jtree is not null
Hi chrislukasik!
In this case you might need to add the specific control's class name for your tree to your Object Mapping so that TestComplete can have access to a specific JTree.
Here is the documentation surrounding our JTree support and how to setup custom class names for object interaction.
Java Swing Tree Support;
I hope this helps!