This seems like a very elementary question but I have seen no explanation or example of it:
How can I add a Label to a ScrollPane?
Unlike "Pane", ScrollPane has no "AddNode". None of the available parameters for ScrollPane seem to apply to this. So far, I have only done this using SceneBuilder but now I need to do it programmatically. What is the syntax?
Any help, such as an example and direction to where such information can be found will be much appreciated.
How can I add a Label to a ScrollPane?
Unlike "Pane", ScrollPane has no "AddNode". None of the available parameters for ScrollPane seem to apply to this. So far, I have only done this using SceneBuilder but now I need to do it programmatically. What is the syntax?
Any help, such as an example and direction to where such information can be found will be much appreciated.