Problem in displaying message while uploading file.
- From: "Manoj Jain" <Manoj.S.J@xxxxxxxxx>
- Date: 30 Oct 2006 23:09:41 -0800
Hi
I'm developing an application in which i'm parsing a csv file and
uploading into a database. when i parse , i store the elements in an
arraylist of bean. and then i pass that array list to upload onto
database. But it takes huge amount of time, so i decided to display a
messagebox to user to show the progress. But here i face the problem
that, while uploading i can not show any message box. i placed the code
just before parsing, even then it shows message box after completion of
process.
there is no problem in parsing or uploading. i used
SwingUtilities.invokeLater(..) to dispath event handling thread but
still the issue.
i just want to show message that process is executing.
//process starts
here i placed the JOptionPane.showMessageDialog code, but it skips the
displaying window.
//process ends
.
- Follow-Ups:
- Prev by Date: Re: Swing Calendar Control
- Next by Date: Re: space to the left of JMenuItem
- Previous by thread: combined keystrokes
- Next by thread: Re: Problem in displaying message while uploading file.
- Index(es):
Relevant Pages
|
|