Дерево это:

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

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