kordamp / desktoppanefx

MDI components for JavaFX
Apache License 2.0
70 stars 16 forks source link

how to add background image #13

Open amasahara opened 5 years ago

amasahara commented 5 years ago

i try using desktoppanefx with tornadofx but i want to know how to add image background into desktoppane when start form

aalmiray commented 4 years ago

DesktopPane extends BorderPane thus you'd do it the same way as for any other Node container.