aspose file tools
The moose likes Applets and the fly likes Smooth flow while using Applets in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Smooth flow while using Applets in JSP" Watch "Smooth flow while using Applets in JSP" New topic
Author

Smooth flow while using Applets in JSP

vineet kumar chaudhry
Ranch Hand

Joined: Apr 02, 2011
Posts: 44
Hi
Java Lovers

I am using applets in JSP

IT is woking fine but it is not smooth i.e.

When I scroll down,it leaves trails behind

Delays look ODD

How can I avoid these issues....

Thanks
Ket Nonting
Greenhorn

Joined: Aug 09, 2011
Posts: 20
use minimal resources as mush as possible, avoid calling *.awt, design lightweight applet
Daia Yum
Greenhorn

Joined: Mar 23, 2009
Posts: 19
The best thing in my opinion is to load your applet in the background.
This solved my problem once. It will also solve yours.


Daia
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
It will also solve yours.

I think that's rather unlikely. The problem sounds related to double buffering or some other drawing-related issue.


Android appsImageJ pluginsJava web charts
 
 
subject: Smooth flow while using Applets in JSP
 
Threads others viewed
JprogressBar,loading a splash image
Story for MAP
Copyright
can we use Swing Component in JSP page
JSP with applets
jQuery in Action, 2nd edition