Hello,

I've made a very simple Java Modular Application project, added the JavaFX
13 library and made an empty FXML file. Used SceneBuilder to add a Panel
with a Button on it and written by hand an identifier for the OnAction
handler. Saved the file, then back in NetBeans tried the Make Controller
feature (right click on the .fxml file > Make Controller) and the generated
import statements in the resulting source are a bit... mixed-up:

import java.net.URL;
import java.util.ResourceBundle;
iimport javafx.event.ActionEvent;
import javafx.fxml.FXML;
mport javafx.fxml.Initializable;

Notice the "iimport" and "mport".
Has anyone bumped into this until now?

Thanks!

Reply via email to