Forum Discussion

DenisMedvedev's avatar
DenisMedvedev
Contributor
9 years ago
Solved

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...
  • joseph_michaud's avatar
    joseph_michaud
    9 years ago

    Right.  JTable is not a JTable.  It's a JScrollPane.

  • baxatob's avatar
    baxatob
    9 years ago

    Check the childs of JScrollPane. JTable can be among them.