Untitled Document



 Introduction to HTML
 Structure of HTML
 Creating First HTML  Document
 Building Your HTML  Document
 Tables
 Frames
 Including Images into  Document
 Including Multimedia
 Deciding to Include  Multimedia
 The Challenges for  Visitors
 The Challenges for  Developers
 Using Animated GIFs
 
 Using Animated GIFs
 Including JAVA Applets
 
 Including JAVA  Applets
 Including ActiveX
 
 Including ActiveX
 Embed Tags
 
 Embed Tags
 Adding Sounds
 
   Adding Sounds
 Some Disadvantages  of Sounds
 Sound File Formats
 Adding Video
 
   Adding Video
 Video File Format
 Using Plug-ins
 
 Using Plug-ins
 Developing HTML  FORMS
 Using Style Sheet
 Understanding URLs
 Using JavaScript
 Using Java

Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




  Including Multimedia > Including Java Applets

  Including JAVA Applets

Java Applets, developed with the Java programming language, are mini-programs with which you can animate objects, scroll text, or add interactive components to your Web pages. Java Applets organize and categorizes the topics on the Web. Applet files are big and take up to a couple minutes to download. Recent versions of Netscape Navigator and Internet Explorer can use applets without additional software.

Example

import java.applet.*;
public class appl extends Applet
  /*<Applet code ="appl.class" height=200 width=300></applet>*/
  {
        public void init() { }
        public void paint(Graphics g)
        {
          g.drawString("Hello ... ",50,50);
        }
  }

Back Next


Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




17, Vadsarvala Nivas, 65-A, J. Nehru Road, Mulund (W), Mumbai - 400 080 INDIA
Tel : 91-22-25795588, 91-22-25780444 Fax : 91-22-25793397
Email : ionline@vsnl.com
© Image Online 2001-2003