In our web based application, we are using the java applets in preperation of question types.
The function of applets goes like this.
In the image displayed in the applet the user is asked to select the key region or regions. This is enabled with the mouse click and drag events and a rectangle is drawn on mouse up.
The number of key regions may be more than one per image.
The Applet is working in all posible browser versions.
When the number on rectangles go beyond 14-16 we are getting some unknown activities like all rectangels become of same size, sometimes they become invisible.
The code is tested thoroughly for this. But no improvements. We are getting this problem majorly when page is browsed from clients.
Please help us, our applications it is totally dependendent on these applets.