Results 1 to 3 of 3
Thread: applets & threads
- 04-01-2008, 10:36 PM #1
Senior Member
- Join Date
- Dec 2007
- Location
- Spain
- Posts
- 637
- Rep Power
- 6
applets & threads
In principle my image slide show applet is working, the info text of each image appears but most of the time the image does not appear (strange enough just so now and than). I believe that is because the applet downloads the image and wants to paint it at the same time but the server does not make the image available right away.
Should I put the download and paint in different threads?
Has anybody an idea what might go on and how to solve this?
willemjav
- 04-02-2008, 04:28 AM #2
Check out the sections
Loading Images Into Applets
Improving Perceived Performance When Loading Image Icons
on the page How to Use Icons where they discuss loading images on a background thread.
- 04-04-2008, 06:59 AM #3
Member
- Join Date
- Nov 2007
- Posts
- 2
- Rep Power
- 0
How can I use thread in transaction context?
How can use a single JTA transaction in multi thread application withing Servlet?
Thanks,
Guddu
Help on Open Source Utilities - Java OpenÂ*Source Utility Help
Similar Threads
-
applets on mac what´s going on?
By willemjav in forum Java AppletsReplies: 6Last Post: 04-19-2008, 07:03 PM -
Using threads
By Java Tip in forum Java TipReplies: 0Last Post: 12-11-2007, 10:25 AM -
Threads
By one198 in forum Threads and SynchronizationReplies: 1Last Post: 11-20-2007, 06:15 PM -
threads and hibernate
By Marty in forum JDBCReplies: 2Last Post: 05-09-2007, 01:32 PM -
Applets and dll
By peiceonly in forum Java AppletsReplies: 1Last Post: 04-01-2007, 10:16 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks