Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to display/set Java.awt.image on ImageView in JavaFX

MSCOct 15 2012 — edited Oct 15 2012
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2012
Added on Oct 15 2012
3 comments
959 views