A friendly place for programming greenhorns!
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
Author
Smooth flow while using Applets in JSP
vineet kumar chaudhry
Ranch Hand
Joined: Apr 02, 2011
Posts: 45
posted
Sep 06, 2011 00:31:47
0
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
posted
Sep 06, 2011 20:35:38
0
use minimal resources as mush as possible, avoid calling *.awt, design lightweight
applet
Daia Yum
Greenhorn
Joined: Mar 23, 2009
Posts: 19
posted
Sep 10, 2011 04:30:07
0
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
posted
Sep 10, 2011 05:00:32
0
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 apps
–
ImageJ plugins
–
Java 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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter