All Questions
2 questions
1
vote
1
answer
695
views
Adding JCEF Browser in jPanel within Netbeans Platform Application
I'm working on a Netbeans Platform application running on Java 11 in which I'd like to use the chromium browser from the JCEF project. (org.jcef)
I've already implemented the browser within an org....
0
votes
1
answer
2k
views
JCEF functions only work from the second call onwards (Java Chromium Embedded Framework)
I recently integrated the Java Chromium Embedded Framework (https://github.com/chromiumembedded/java-cef) in a Netbeans (RCP) Application Project (Java: JDK11).
The Browser Window is shown in a ...