Tag Filter - (Applet)

Java applet not running

Probably the most common cause of an applet not running is that your applet code is not located in the correct place relative to your web pages applet tag. This can catch you out especially when your running XHTML code within a PHP framework such as CakePHP...

Filed under: Java  Tags: Applet

The basic structure of a java applet

The following code outlines the basic structure of a java applet, this example displays a simple "Hello World" applet...

Filed under: Java  Tags: Applet