Hi,
I’ve embedded
applet in a
jsp page. Initially appearance of applet is coming well. After some time during the process of applet , when the browser window is minimized and restored or if we are switching to any other window and coming back to the applet embedded jsp page, the things whatever displayed in applet are vanished because of which behavior of applet could not be recognized.
I’ll explain the applet process flow briefly. My applet is for transferring files from local machine to server through FTP concept. To show the progress of file transfer I’ve used progress bar with percentage displayed on it. As the files are transferred, progress bar status varies and also the percentage displayed.
Because of the above mentioned problem, the end user could not see the progress bar or anything else displayed in the applet. Problem is with applet behavior only.
Can any body suggest me how to rectify this problem?
Following is the fraction of applet code I’ve used.
Following code explains how the applet is embedded in JSP.
is there any possible then modify this code and add paint() or repaint() or update() methods. can any one please give me the solution.
[ UD: added linebreaks to preserve layout ]