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
Why not have a default Stage initialization.
Though, I see no interest in customizing scene / stage in application.properties rather than plain java code.
Why not have a default Stage initialization.
I means make it optional.
Though, I see no interest in customizing scene / stage in application.properties rather than plain java code.
Create a default scene with default properties, optionally allow developers to customize the properties in application.properties, such as title, change font style/font color, bg color, etc.
Create a
@PrimaryStage
for marking the default stage to launch, no need to handleFxStartUpEvent
and assemble the first stage manually.Allow developers to customize the root scene properties via
application.properties
file.The text was updated successfully, but these errors were encountered: