Kubinsky
Kubinsky

Reputation: 1

Can not see FXML creation option

I'm learning Kotlin language with Udemy course. When it came to do exercise with GUI lecturer told to install TornadoFX to be able to create FMXL file. However I have already done that and as you can see on the picture still don't have that option. Could you tell me what should I do to fix it and continue my course? Thanks in advance. I'm working on Windows 11, IDE IntelliJ as you can see. I don't have an access to create FXML file.

Upvotes: 0

Views: 37

Answers (1)

FlattedFifth
FlattedFifth

Reputation: 15

Click on "New" -> "TornadoFX view", just like in your screenshot, then in the window that pops up, under where you enter the name, is a drop-down menu called "Kind" where you choose either code or fxml.

Screenshot of "Kind" drop down menu

Upvotes: 0

Related Questions