Hi all.
I'm probably doing something stupid but I can't find the size property of an ObservableList.
I want to do something like this:
tabPane.getSelectionModel().selectedIndexProperty().greaterThan(tabPane.getTabs().sizeProperty())
so that I get a BooleanBinding that is false if the last tab is selected, true otherwise.
sizeProperty doesn't seem to exist though. Any one got any ideas how I can do this?
Thanks, Nick.