attarwang
attarwang
Thanks for your reply. I am a developer(JavaFX 2.3) and I wanna get the master verison to my program. I run the the vlcj example(https://github.com/caprica/vlcj-javafx) and met memory leak which...
Do you mean there is some bugs about Canvas? Is the bug fixed in JavaFX 8? I email you directly.
I used WritableImage that you give me example and sometimes it will trigger null exception. java.lang.NullPointerException at javafx.scene.Scene$ScenePulseListener.synchronizeSceneNodes(Scene.java:2108) at javafx.scene.Scene$ScenePulseListener.pulse(Scene.java:2210) at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:363) at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:460) at com.sun.javafx.tk.quantum.QuantumToolkit$9.run(QuantumToolkit.java:329) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at...