I'm a newbie in using JasperReports
. In my Swing
application I want to show JRViewer
inside a JPanel
or JFrame
.
Can anyone help me out?
I'm a newbie in using JasperReports
. In my Swing
application I want to show JRViewer
inside a JPanel
or JFrame
.
Can anyone help me out?
The
JRViewer
class is a subclass ofjavax.swing.JPanel
, so treat it like a normalJPanel
and do your stuff.