Things You'll Need:
-
Step 1
Start Dreamweaver and open the page the applet will be added to.
-
Step 2
Click on the spot you want the applet to go.
-
Step 3
Click on the Insert Java Applet button (which resembles a hot cup of coffee) from the Objects palette.
-
Step 4
Choose the file containing the Java applet on your hard disk.
-
Step 5
To change the applet's properties, click on the applet and open the Property Inspector.
-
Step 6
Use the Property Inspector to change the size, layout, and name of the applet, and add an ALT tag for people whose browsers can't interpret Java.
-
Step 7
Add the applet's parameters by clicking on Parameters. The parameters are part of the applet and are usually listed in the documentation, if you got the applet from an outside source.
-
Step 8
Save the page when finished and preview it by choosing Preview in Browser from the File menu.







