Programing

JavaFX에서 ID가있는 요소를 찾는 방법은 무엇입니까?

lottogame 2021. 1. 7. 07:35
반응형

JavaFX에서 ID가있는 요소를 찾는 방법은 무엇입니까?


ID history유형이 TableView. 의 인스턴스가있는 경우이 개체를 어떻게 찾고 액세스 할 수 Scene scene있습니까?


시험

TableView tb = (TableView) scene.lookup("#history");

참조 URL : https://stackoverflow.com/questions/12201712/how-to-find-an-element-with-an-id-in-javafx

반응형