Hi!
I have a class, that displays a JDialog. After a click on the
ok-button, a Re****t over JasperRe****ts should be created and shown on
the screen.
Now I want to make an information window for the user, because the
generation of a re****t could take some minutes (big database).
I tried the SwingWorker, and an intermediated JProgressBar. Also the
ok-button of the main dialog will be disabled and enabled.
This system works fine!
But now I have the problem, that I also have to make a cancel-button
in the information window. I tried some examples I found over Google,
but I dind't find a working solution for my application.
How would the professional Java programmers solve this, if a ok-button
from a JDialog starts a method to create a JasperRe****ts re****t, and
while creating the re****t the user should get an information dialog
with a JProgressBar and a cancel-button and the ok-button must be
disabled/enabled?
Greetings,
Christian.


|