Category "fxml"

How to make unlimited AnchorPane's in JavaFX

I'm trying to create a program that will contains many blocks (AnchorPane's) using JavaFX. My problem is that when I created one block others don't appear becau

JavaFX: How to make a VBox and it's contents expand infinitely with window height like they do with width?

Probably a very simple question but I have not been able to figure it out. I have a ScrollPane (feat. Label) inside a VBox, inside a SplitPane: (Full fxml fil

Locating fxml file from a different package

I am having "tare your hair out" type difficulties while trying to open an fxml file from a controller which is in a different package. the package structure is

How to dynamically change font size in UI to always be the same width in JavaFX?

What I am trying to do is create a label in fxml, using Scenebuilder, which updates its font size to always ensure that the content of the label is the same siz

java.lang.NullPointerException: Location is required still not working

I have also run into some problems trying to get my JavaFX program to run. Like some of the others, I keep getting an error of java.lang.NullPointerException: L