Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links


Difference between Applet and Japplet in java

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 20-11-2009
Member
 
Join Date: Jan 2009
Posts: 35
Difference between Applet and Japplet in java

Sponsored Links
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..

Reply With Quote
  #2  
Old 20-11-2009
Reegan's Avatar
Member
 
Join Date: Oct 2005
Posts: 2,382
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.
Reply With Quote
  #3  
Old 20-11-2009
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,371
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.*
__________________
The FIFA Manager 2009 PC Game
Reply With Quote
  #4  
Old 21-11-2009
Praetor's Avatar
Member
 
Join Date: Apr 2008
Posts: 1,943
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
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Difference between Applet and Japplet in java"
Thread Thread Starter Forum Replies Last Post
How to run java applet program using cmd Rao's Software Development 3 07-01-2012 02:35 PM
Zoom in on a Java Applet? Bharata Software Development 6 21-10-2010 07:01 AM
Load Applet to Java card Samara Software Development 5 21-07-2010 04:21 AM
Java applet errors Harpreet Gaur Software Development 5 12-01-2010 11:08 AM
Refresh Java Applet Brake Fail Software Development 6 16-03-2009 10:02 PM


All times are GMT +5.5. The time now is 12:35 AM.