Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
I created a JavaFX WebPlayer (with WebEngine) embedded into Swing application. It worked well with 2.2.25 / 2.2.45 but since I tried with JavaFX 8 here is the stack I get : Outstanding resource locks detected: D3D Vram Pool: 7��900��200 used (2,9%), 7��900��200 managed (2,9%), 268��435��456 total 13 total resources being managed average resource age is 1.5 frames 0 resources at maximum supported age (0,000000) 3 resources marked permanent (23,100000) 3 resources have had mismatched locks (23,100000) 3 resources locked (23,100000) 5 resources contain interesting data (38,500000) 0 resources disappeared (0,000000) Moreover, my keyboard handlers are not detected anymore, it does not interact. EDIT : keyboard/mouse handlers can be retrieved with call on method requestFocus for the browser
|