Latest News

 










Applets Basics

Previous slide Next slide Back to first slide View graphic version


Applets Basics


 
My other sites

Latest News

 










Applets Basics

  • Applet is a class in java.applet

    Object

    Component

    Container

    Panel

    Applet

    ...and has a lengthy hierarchy chain

    The Smallest Applet :

    import java.applet.*;
    public class My_Applet extends Applet {
    }

Previous slide Next slide Back to first slide View graphic version