Results 1 to 4 of 4

Thread: How to learn to make Java Applets

  1. #1
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Question How to learn to make Java Applets

    Is there either a tutorial for java applets or a free program *or trial program* which I can use to learn how to make java applets? That or either a book like The Dummies books, those are sometimes pretty good...

    Thanks to all!

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Well, do you know Java? Applets are basically just AWT/Swing programs that use a base class inherited from Applet/JApplet. There are just a couple of things to be aware of, like the entry point being public void run() rather than public static void main(String[]).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    I have never learned how to use Java Applets I'm just going to try and experiment whether they're something which I can use for a site I am Designing...

  4. #4
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i recommend getting the book: Java Programming The Easy Way. Its very useful and helpful, it cover Java Applets and Java Applications, which if your planning on learning Java Applets, I recommend you learn Applications first. Anyways, it's a good investment.

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
  •