Forum Discussion

leeasdf9's avatar
leeasdf9
Frequent Contributor
13 years ago

Simple Script wanted for displaying onScreen JTable Content

Could somebody provide me a simple way to put onScreen JTable Object Content into Log.Message result? 

If i use Project Table variable to store onScreen Table content,then i have to loop table rows,which slow downs performance by looping.

If i create Stores|Tables, i cannot store onScreen Table Object Content into Stores|Tables in runtime. or?

1 Reply

  • leeasdf9's avatar
    leeasdf9
    Frequent Contributor
    If i use e.g. Picture() to capture Java Swing Table Object Content, i will only see a part of tablecontent, which is displayed onScreen, any idea to display whole tableobject content in Test Results?

    Log.Picture(Aliases.javaw.frame_main.frame_JTableView.Picture(),"TableView: ")