Matter of fact i'd like to make splash screen without title so i do ```java override fun start(stage: Stage) { stage.initStyle(StageStyle.UNDECORATED) ``` and get  But later i get undecorated main window  How can i do this thing right?
Matter of fact i'd like to make splash screen without title so i do
and get
But later i get undecorated main window
How can i do this thing right?