i would like to integrate JRViewer into a JavaFx Node, is it possible to do it ?
thanks.
2 Answers:
Posted on March 15, 2014 at 5:48pm
Do you mean something like in the following thread?
http://stackoverflow.com/questions/12560865/make-a-javafx-stage-the-owne...
Posted on May 19, 2015 at 12:47pm
I tried putting a JRViewer in a JavaFx Node and the result was really bad. The Swing Node is made for lightweight components, not a heavyweight component like the Jasper Viewer. It caused screen update issues either in the parent application or the child window. Nevertheless, I have implemented a Jasper Report Viewer in JavaFx. Please check it out.
https://github.com/mgrecol/JasperViewerFx
-mgrecol
Hi Hozawa,
thank you for the answer, i checked this exemple but it didn't explain exactely how to intergate JRViewer into a JavaFx Node.