I have an element with the ID history type of TableView. How can I find and access this object if I have the instance of Scene scene?
history
TableView
Scene scene
Try
TableView tb = (TableView) scene.lookup("#history");
2.1m questions
2.1m answers
60 comments
57.0k users