Jump to content
JasperReports Library 7.0 is now available ×

Make iReport DISPOSE_ON_CLOSE


2006 IR Open Dicussion

Recommended Posts

By: Percibal - percibalinux

Make iReport DISPOSE_ON_CLOSE

2006-03-24 15:06

How can I make the iReport Window to close but not end the program in a Java Application?

 

 

 

 

By: Percibal - percibalinux

RE: Make iReport DISPOSE_ON_CLOSE

2006-03-28 04:43

I'm trying different ways to do this, for example:

JasperViewer viewer = new JasperViewer(jasperPrint, true);

viewer.setDefaultCloseOperation(viewer.HIDE_ON_CLOSE);

viewer.setVisible(true);

 

But it still ending the program when I close the iReport Window.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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...