Anyone know if its possible to integrate Java FX components with Composables? Im trying to find a in...
s
Anyone know if its possible to integrate Java FX components with Composables? Im trying to find a interactive map component to display locations. Nasa World Wind is waay out of date (although I can get it to load as a composable) and arcgis is JavaFx based, any ideas?
d
why not use
JFXPanel
for that with
androidx.compose.ui.awt.SwingPanel
?
s
ah! I admit im in areas of learning here! what does the JFXPanel do?
d
it's a swing panel to use
JavaFX
with swing
s
ah fab, ill give that a go