Source code for JavaFX UI controls now available on openjfx

Roman Kennke roman at kennke.org
Sat Dec 3 05:17:22 PST 2011


Hi Michael,

> Before any decisions are made on this issue you might look at the following
> forum post.
> 
> <https://forums.oracle.com/forums/thread.jspa?threadID=2236566&start=15&tstart=0>
> 
> It is a long post. Just go to the end of it for the discussion which 
> started on Dec. 2nd.
> 
> I think there is an overlap of activities.

Cool, didn't know it. However, I don't see any discussion or activity
(in terms of code, or something) there.

It looks a bit like what our BufferedImageView does: it takes a
BufferedImage and renders it in a (subclass of) JavaFX ImageView. It's a
very small class that's basically a frontend to some JavaFX internal API
to do the conversion.

The SwingView then builds on this for it's rendering.

Regards, Roman




More information about the openjfx-dev mailing list