Java Applets

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Jun 2007
Posts: 8
Reputation: dotcom123 is an unknown quantity at this point 
Solved Threads: 0
dotcom123 dotcom123 is offline Offline
Newbie Poster

Java Applets

 
0
  #1
Jun 14th, 2007
Hi

Anyone here knows java applets?
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 8
Reputation: dotcom123 is an unknown quantity at this point 
Solved Threads: 0
dotcom123 dotcom123 is offline Offline
Newbie Poster

Re: Java Applets

 
0
  #2
Jun 15th, 2007
Hi

Anyone please tell me where can i get to learn java applets to create image slider?

Thanks for the help.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,212
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 489
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Java Applets

 
0
  #3
Jun 15th, 2007
There is no need to use applets for slide show and you would only complicate your life. You may do it with JavaScript as I did it few years back in my coursework where I use buttons to move from image to image, but you can exclude buttons and use timer to change image every 3-5 seconds. Also same thing cam be done with Flash, PHP, Ajax and other things(flash slide show on top of the page on my website). Everything depends on you, if you wish to learn new language or new software application
Last edited by peter_budo; Jun 15th, 2007 at 7:29 am.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 5
Reputation: pjade is an unknown quantity at this point 
Solved Threads: 2
pjade pjade is offline Offline
Newbie Poster

Re: Java Applets

 
0
  #4
Jun 15th, 2007
to learn something about applets check out the sun's java tutorial (use google to search for it ) About the slides if you have to use an applet then use threads or a timer. THe sun tutorial has a trail on java2D where you can learn how to load and render images, text and much more on graphics
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 8
Reputation: dotcom123 is an unknown quantity at this point 
Solved Threads: 0
dotcom123 dotcom123 is offline Offline
Newbie Poster

Re: Java Applets

 
0
  #5
Jun 15th, 2007
Originally Posted by peter_budo View Post
There is no need to use applets for slide show and you would only complicate your life. You may do it with JavaScript as I did it few years back in my coursework where I use buttons to move from image to image, but you can exclude buttons and use timer to change image every 3-5 seconds. Also same thing cam be done with Flash, PHP, Ajax and other things(flash slide show on top of the page on my website). Everything depends on you, if you wish to learn new language or new software application
thanks alot.. what i needed to do is nearly like what you have done but just that i need to change the button to slider bar.. So do you know how to change the button to slider bar? please kindly help me..
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,212
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 489
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Java Applets

 
0
  #6
Jun 15th, 2007
If you look up the source code (do right click on Gallery, open link in new window/tab, then right click on new opened document and View Page Source) to that slide show, you will see that buttons are just images which can be swaped for anything you like
  1. <A HREF="JavaScript:slideshowBack()" onmouseover="mouseOn('left');" onmouseout="mouseOff('left');">
  2. <IMG SRC="../img/l_arrow_off.png" BORDER="0" NAME="left" id="left" ALT="Previous Image"></A>
  3. <A HREF="JavaScript:slideshowUp()" onmouseover="mouseOn('right');" onmouseout="mouseOff('right');">
  4. <IMG SRC="../img/r_arrow_off.png" BORDER="0" NAME="right" id="right" ALT="Next Image"></a>
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 8
Reputation: dotcom123 is an unknown quantity at this point 
Solved Threads: 0
dotcom123 dotcom123 is offline Offline
Newbie Poster

Solved: Java Applets

 
0
  #7
Jun 18th, 2007
Thanks peter_budo for your priceless help. I had solved my problems.

Thanks
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC