DateCheckI

Below is the DateCheckI applet. It does not do much except run a constructor and the four main methods of a Java applet. If you check the Java console of your browser, usually available from the browser menu, you will see the order in which the methods run. Since this applet does not implement a paint method, the applet shows as a 600 by 400 blank area.

The browser is not running the Java applet.