Results 1 to 3 of 3

Thread: Java display in HTML page help

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java display in HTML page help

    Hi, new to these forums & new to java

    I made a simple java app based off a school project where you click on the box and it makes dots



    And here's what I attempted to write out in HTML to make it show up

    Code:
    <HTML>
    <BODY>
    <APPLET CODE=Dots.class WIDTH=300 HEIGHT=200>
    </APPLET>
    </BODY>
    </HTML>
    But it didn't work D: Any ideas?
    The Dots and DotsPanel class & java files are attached.

  2. #2
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sigh these forums need admins & pinned topics with a FAQ thread.

  3. #3
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Take a look at this and see if this helps:
    http://java.sun.com/j2se/1.4.2/docs/...sing_tags.html
    I don't do anything with java, flash, music, and videos. So I wouldn't know how the embedding works as well as others.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •