You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you are not using the last version of the project, if you use version 2.1.7 you call the showView method from a class that extends from AbstractFxmlView, and you can set the title of the window in the parameters of the @FXMLView annotattion, as shown in this sample:
I'm using AbstractJavaFxApplicationSupport.showView()
The text was updated successfully, but these errors were encountered: