Results 1 to 4 of 4

Thread: Difference between Applet and Japplet in java

  1. #1
    Join Date
    Jan 2009
    Posts
    35

    Difference between Applet and Japplet in java

    Hi all,

    I've confusion regarding the Applet and Japplet. I am able to find-out what is advanced in Japplet than applet.
    Do you know What is the difference between Applet and Japplet in java ? Is Japplet version of applet?
    Please help me to clarify my doubts about applet and Japplet..

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Difference between Applet and Japplet in java

    Hi ,

    Below are the difference between applet and Japplet:

    1. I java programming applet is a class of awt package.On other hand
    Japplet is a class of swing package.

    2. In applet we don't get good feel & look but where in Japplet we get good look & feel

    3.We use "add()" to add components in applet, while in Japplet we use "add()" mathod of content pane.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Difference between Applet and Japplet in java

    Components in java are basically of two types AWT and Swing

    1.Abstract Window Toolkit(AWT):which supports Applet
    *.Applet is light weight
    *.Applet derived from java.applet.*
    2.Swing components:which supports Japplet
    *.Japplet is heavy weight
    *.Japplet derived from javax.swing.*

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Difference between Applet and Japplet in java

    One of the essential features of the MVC paradigm is JApplet

    Japplet has following advantages over Applet:

    1.Japplets has support to assistive technologies, while applet doesn't has

    2.Top-level swing container is Japplet in which each Japplet contains root pane

Similar Threads

  1. How to run java applet program using cmd
    By Rao's in forum Software Development
    Replies: 3
    Last Post: 07-01-2012, 03:35 PM
  2. Zoom in on a Java Applet?
    By Bharata in forum Software Development
    Replies: 6
    Last Post: 21-10-2010, 07:01 AM
  3. Adobe AIR support with Java Applet?
    By Head-Hunter in forum Windows Software
    Replies: 4
    Last Post: 30-06-2010, 01:08 PM
  4. Java applet errors
    By Harpreet Gaur in forum Software Development
    Replies: 5
    Last Post: 12-01-2010, 12:08 PM
  5. Refresh Java Applet
    By Brake Fail in forum Software Development
    Replies: 6
    Last Post: 16-03-2009, 10:02 PM

Tags for this Thread

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
  •  
Page generated in 1,711,698,875.88501 seconds with 17 queries