Folks; pertinent question: I am writing an Applica...
# tornadofx
c
Folks; pertinent question: I am writing an Application for Android + JavaFX Desktop and several of my App models contain Images. Now, the Android/JavaFX representation of an image is different; and so generics seems the first answer. However this ends up 'flowing through' my Application in an unwelcome way. Any suggestions on how to deal with a 'common' image type without generics or lots of casting?