how to embed applet in html

Solutions on MaxInterview for how to embed applet in html by the best coders in the world

showing results for - "how to embed applet in html"
Mea
26 Jun 2017
1<APPLET CODE=AppletButton.class CODEBASE=example WIDTH=350 HEIGHT=60>
2<PARAM NAME=windowType VALUE=BorderWindow>
3<PARAM NAME=windowText VALUE="BorderLayout">
4<PARAM NAME=buttonText VALUE="Click here to see a BorderLayout in action">
5<HR>
6<EM>
7Your browser can't run 1.0 Java applets,
8so here's a picture of the window the program brings up:</em>
9<P>
10<IMG SRC=images/BorderEx1.gif WIDTH=302 HEIGHT=138>
11<HR>
12</APPLET>
13