Ask Experts Questions for FREE Help !
Ask
    77777mohan's Avatar
    77777mohan Posts: 1, Reputation: 1
    New Member
     
    #1

    Jul 20, 2014, 09:35 AM
    Java Applets
    In the below program why applet tags is placed inside comments?

    import java.awt.*;
    import java.applet.*;

    /*<applet code="HelloApplet.class" width=200 height=60>
    </applet>
    */

    public class HelloApplet extends Applet{

    public void paint(Graphics g){
    g.drawString("hello boss",40,40);
    }
    }

Check out some similar questions!

Applets and Jsps - calling and passing parameters [ 1 Answers ]

I have an applet which calls lots of jsps from within itself. There are many parameters being passed to the jsp pages. Currently, the parameters are passed by forming a query string, making a URL object and calling the showDocument method on the AppletContext. But this is a concern from application...

Java Applets do not run [ 3 Answers ]

Here's my problem(s): When using Quicken 2008 rev. 9: I try to talk to my bank to download information. It fails and I get an error message back saying that Java is not enabled. Windows XP, Professional SP3: I checked under IE > Tools> Internet Options > Manage Add Ons - and find...

About applets [ 1 Answers ]

can any one suggest me a method to get the values in the dialog box using applets(Swing technology)... I desperately need it for my seminar..

Explorer 6 VM(java applets) [ 1 Answers ]

Hi I have a problem with my Explorer browser. Recently my computer was infected by a virus called win32.Mydoo.hllm. I managed to get rid of it but since than my internet explorer doesn't upload correctly any java applets that are in websites. And its immpossible to browse like this. It...

Can't view Java Applets! [ 2 Answers ]

Hey Everybody, I have Juno (5.0) installed on my PC (Windows 98SE), and I also use Internet Explorer 6.0. I did go to http://www.java.com to make sure everything is up-to-date. I have JVM 1.4.2 installed. When I view web sites with java applets on them, they work fine. The problem is when I...


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.