Source code for JavaFX UI controls now available on openjfx

Roman Kennke roman at kennke.org
Sat Dec 3 05:39:08 PST 2011


Sorry I was probably stupid. From the link you sent it was not
immediately obvious how to get to the discussion. This here should be
it:

https://forums.oracle.com/forums/message.jspa?messageID=10014892

Cheers, Roman

Am Samstag, den 03.12.2011, 14:26 +0100 schrieb Dr. Michael Paus:
> I meant the work of Jasper Potts which Richard Bair mentioned in his post.
> 
> "To be honest, it wasn't until just a couple weeks back at Devoxx that 
> Jasper and I looked at each other and realized how stupid we were that 
> we didn't think of providing a custom node in the javafx.embed.swing 
> package that was capable of doing 2D graphics"
> 
> Could this not be the basis of your SwingView?
> 
> 
> Am 03.12.2011 14:17, schrieb Roman Kennke:
> > 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