Just an example of how to use JavaFX scrollpane, I've been using javafx for couples of months and struggle with the behaviour of the Scrollpane, so i created an example how to override the default ...
When adding a ScrollPane in a JFXPopup it returns a NullPinterException. I've made a demo so you can simply see what it looks like and test it out yourself: Main import com.jfoenix.controls.JFXButton; ...