DenisMedvedev
9 years agoContributor
How to get Jtable element?
I Have a Jtable and bellow code doesn’t work. What I’m doing wrong? JTable = Aliases.Application.bla-bla-bla.CustomerSection.CustomerGITable I also tried JTable = CustomerGITabl.PanelViewp...
- 9 years ago
Right. JTable is not a JTable. It's a JScrollPane.
- 9 years ago
Check the childs of JScrollPane. JTable can be among them.