Journey icon indicating copy to clipboard operation
Journey copied to clipboard

Does it support JavaFX?

Open goxr3plus opened this issue 5 years ago • 3 comments

Hello , first of all congratulations for your attempt , secondly very happy that found this repository today.

Is it supporting JavaFX or only Swing ?

I will be very glad to contribute on the Windows Development side . I have solid experience with JxBrowser and Java generally.

goxr3plus avatar Jun 25 '19 14:06 goxr3plus

Journey is essentially a JCEF wrapper. If JCEF can't do it then Journey currently won't be able to. As far as I can tell it doesn't seem to be possible to use JavaFX with JCEF (see here).

If you're able to get JavaFX working with JCEF (but with changes), I would gladly help in getting those integrated with Journey. I don't use JavaFX so I don't know what level of support Journey has with it.

BFergerson avatar Jun 26 '19 01:06 BFergerson

Ah , JavaFX is Swing replacement.

goxr3plus avatar Jun 26 '19 08:06 goxr3plus

JCEF has an open issue to provide JavaFX support, but there is a rather bad workaround that only works for offscreen rendering. By changing the GLCanvas in CefBrowserOsr to a GLJPanel, you can embed JCEF in JavaFX, with some keymapping issues.

jgcodes2020 avatar Jun 15 '20 01:06 jgcodes2020