Integrating JRViewer into a JavaFx Node

i would like to integrate JRViewer into a JavaFx Node, is it possible to do it ?

thanks.

 

 

belhouene.tarek's picture
Joined: Apr 25 2013 - 2:01am
Last seen: 9 years 5 months ago

2 Answers:

Do you mean something like in the following thread?

http://stackoverflow.com/questions/12560865/make-a-javafx-stage-the-owne...

hozawa's picture
190557
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

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.

belhouene.tarek - 9 years 6 months ago

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

 

mike_g's picture
168
Joined: May 19 2015 - 7:19am
Last seen: 8 years 4 months ago
Feedback
randomness