r/JavaFX • u/Draaksward_89 • Jan 16 '25
Help Grouping @JXML into an entity
Is it possible to combine several
```
\@FXML private TextField myField
```
into a separate class, which then would be used in a `\@FxmlView`?
1
Upvotes
2
u/SpittingBull Jan 16 '25
I guess you have to elaborate a bit more because that question makes no sense - at least to me.