openjfx / samples

JavaFX samples to run with different options and build tools
BSD 3-Clause "New" or "Revised" License
596 stars 1.52k forks source link

Sample won't run because "components are missing"? #75

Open Pbro9162 opened 1 year ago

Pbro9162 commented 1 year ago

I'm pretty sure I'm just missing a piece of code or something somewhere but every time I try to run the program I get this error

Javafx error

I copied the code from the samples. This is what I have. The Controller File hellofx_controller

FXML file hellofx_fxml

Main file Hellofx_main

I feel like the issue might be with the fxml. Don't know how to fix though.