How to display/set Java.awt.image on ImageView in JavaFX
MSCOct 15 2012 — edited Oct 15 2012Hi
I have one method which return buffered image , this method apply fisheye correction which is base on Java2D .
Now I convert / cast this buffered image to Java.awt.image . Then added to ImageView . here I get error from IDE .
What is the best way to convert and use the buffered Image and display it in JavaFX ?
I will be appreciate if somebody give me some idea .
Cheers