Join Slack
Powered by
A common way to configure the initial window size ...
# tornadofx
e
edvin
12/16/2017, 12:27 PM
A common way to configure the initial window size is simply to specify a prefSize for the root of the primary view, so on the next line after borderpane you could add:
setPrefSize(800.0, 600.0)
.
3
Views
Open in Slack
Previous
Next