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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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: 45
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: 35237
    
    7
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Smooth flow while using Applets in JSP
 
Similar Threads
JSP with applets
Story for MAP
JprogressBar,loading a splash image
can we use Swing Component in JSP page
Copyright