Source code for JavaFX UI controls now available on openjfx

Roman Kennke roman at kennke.org
Sat Dec 3 05:34:02 PST 2011


Hi,

> 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?

Right. Is there any work done in this regard? If not, I guess that's
more or less exactly what we did.

Roman


> 
> 
> 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