Hello everyone,

I'm very new to java applets.. and wanted to know how do i run an applet. I've written a simple program.. but have no idea how to run it. Plz help! :o

You need an html file that will run the applet:

<html>
      <head><title>Applet</title></head>
       <body>
             <applet code="AppletName.class" width="500" height="500">
                  Browser does not support java applets
             </applet>
       </body>
</html>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.