Java Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJava Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old June 22nd, 2004, 03:03 AM
ilimon ilimon is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 1 ilimon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry Boy of 9 years old need help with Java

My name is Ilia and I am 9 years old now. Actually I look for kids who love Java as I do. But now I am writing regarding a problem with my applet. (click on the link to see it:

www.doubleplus.be/en1/page8.html “Learn French”)

It works quiet perfectly on my local computer but the download time from the server is very long even thought there are only 5 pictures in use in this example. I have used MediaTracker class in this applet:

MediaTracker tracker = new MediaTracker(this);

for(int i=0;i<im.length;i++)

{

im[i]=getImage(getCodeBase(),"images/im"+(i +1)+".JPG");

tracker.addImage(im[i], 0);

}

// Wait until all images are fully loaded

//-----------------------------------------------

try

{

tracker.waitForAll();

m_fInitialized = !tracker.isErrorAny();

}

catch (InterruptedException e)

{

}

Is there anybody who can help me?


Reply With Quote
  #2  
Old June 22nd, 2004, 07:27 AM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
Applets are notorious for being slow, and as far as I know, they're not in much use anymore for Web applications.
__________________
Please don't PM me asking for solutions outside the scope of a thread.
Keeping all responses in a thread stands to help others who come along later,
which is after all what this forum's all about.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJava Development > Boy of 9 years old need help with Java


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway