| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:Hi,
I tried this program using Netbeans IDE 6.1 but the applet cannot display as sample in online.
Error display "Applet not initialized".
Please help me. Thank You
Posted by AZAH on Tuesday, 09.16.08 @ 06:50am | #79747
import java.applet.*;
import java.awt.*;
public class appletImage extends Applet{
Image img;
MediaTracker tr;
public void paint(Graphics g) {
tr = new MediaTracker(this);
img = getImage(getCodeBase(), "freelinuxcds.gif");
tr.addImage(img,0);
g.drawImage(img, 0, 0, this);
}
}
i had tried this program but it did not display the image. so can tell me what was the reason?
Posted by antriksh on Monday, 09.8.08 @ 14:31pm | #77986
Hi,
I need to know the method to import images in applet.
Can u give me suggestions reguarding how to create a slideshow in java and displaying the data retrieved from any database along with images.
Posted by Sangram on Monday, 02.4.08 @ 10:45am | #47165
please send me tutorials related how to create java applets displaying different scrolling images and each image ishaving different hyperlinks
Posted by smitha on Monday, 05.14.07 @ 11:10am | #15824