Jump to content
JasperReports Library 7.0 is now available ×

Embedding issues


Recommended Posts

By: Ingmar Stein - ingmarstein

Embedding issues

2002-04-03 04:47

I also posted this as a bug report:

 

A collegue of mine encountered a problem while integrating JRPageViewer into our application.

He noticed redraw errors while resizing the window and proposed the following fix in JRPageViewer.java:

 

public void paint(Graphics g)

{

+ super.paint(g);

if (pageImage != null)

{

grx = (Graphics2D)g;

 

Cheers,

Ingmar Stein

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...