Forum Discussion

zhen_jane's avatar
zhen_jane
New Contributor
5 years ago
Solved

JavaFx TableView wValue not recognized

Maybe my project wasn't setup properly, my test couldn't seem to find the wRowcount, wValue, wItems these properties which I needed to iterate through a JavaFx tableview.

 

I went to set up Default Project Properties. Under Open Applications -> JavaFx, I chose the "*" option hoping it would make a project include all JavaFx classes. Also manually added some classes that seemed to be missing, such as javafx.scene.control.TableView.

 

My test still failed. Could someone tell me how to set up proper class supports for javafx test?

 

 

2 Replies