hi I'm completely new in Java's world, I made an applet that download a video file from the server, but here is the thing, when the recording process gets started my applet just freeze (doesn't accept any kind of event, like click button, enable or disable components) and when it finish then the applet come back to a normal state.
I have requrement to show the progress bar until all the data should load and bind with all applets(two applets). Till user can not interact with application. I am trying it with modal window but applet remain active and modal windows goes behind the applet. In my application ther is dropdown menu that also I want to disabled until all the data load and bind with applet. I get all the data by ajax request.
I've been experimenting with this Java applet and Firefox, but after I recompile the code and refresh/reopen the page, the changes are not reflected in the browser. Why's that?