Дерево это:

Вот как это выглядит визуально:

Мой код:
Код: Выделить всё
for (Node node : Agency_Contacts.getChildrenUnmodifiable()) {
ObservableList childrens = tab_info_xml_Agency_Contacts.getChildren();
for (Node node1 : childrens) {
if(node1 instanceof Pane) {
ObservableList n = ((Pane) node1).getChildrenUnmodifiable();
System.out.println(childrens2);
}
}
....
Помощь была бы здорово! Спасибо!
Подробнее здесь: https://stackoverflow.com/questions/790 ... f-tilepane
Мобильная версия