fn-fx / fn-fx

A Functional API around JavaFX / OpenJFX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct support for loading FXML files

pmonks opened this issue · comments

Although it's possible to load FXML files into an fn-fx app, doing so requires Java interop. It would be nicer if this were supported directly and idiomatically by fn-fx.

Do we really have use cases where FXML is needed? For webapps the argument is that you have designers in your team, which ship HTML. I'm not sure this applies here as well...

@roti FXML is emitted by the Scene Builder tool, and it would be ideal to have direct support for UIs that are created with that tool.

Then it makes sense, yes.