Program to use getParameter() method to access width and height of applet in Java
Filed under:
Java
// Program to use getParameter() method to access width // and height of applet.import java.awt.*;import java.applet.Applet;/*<applet code="AppletTest2a.class" width="300" height="100"></applet>*/public class AppletTest2a extends Applet {public void init() {&nb