Sorry, I forgot to mention that I'm using NetBeans 12.3 on ubuntu, Java 14,
JavaFX 13.

În dum., 11 apr. 2021 la 15:35, HRH <[email protected]> a scris:

> The earlier versions of NB didn't have this issue.
>
> On Sunday, April 11, 2021, 4:36:10 PM GMT+4:30, Gheorghe TUDOSE <
> [email protected]> wrote:
>
>
> 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