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
Dragos Rachieru
12/17/2021, 2:10 PM
why not use
JFXPanel
for that with
androidx.compose.ui.awt.SwingPanel
?
s
simon ballantyne
12/17/2021, 2:14 PM
ah! I admit im in areas of learning here! what does the JFXPanel do?