Copying an Applet Into an HTML File

To copy an applet tag and paste it into an HTML file:
  1. Click the Project's button on the Java WorkShop main toolbar.
  2. Click the name of the applet project that you want to copy.
  3. Choose Project -> Copy Applet Tag.
  4. In the source editor, open the project where you want to place the applet; then click where you want to paste the applet tag.
  5. In the Java WorkShop main menu, choose Edit -> Paste.
  6. Save the file by choosing File -> Save.


Java WorkShop pastes the entire HTML file into the source editor. You may want to edit this file because it includes more than just the tag.

See also:

Adding an Existing Project