Difference between Applet and JApplet

Showing Answers 1 - 10 of 10 Answers

romil_rose

  • Oct 20th, 2005
 

JApplet is actually a subclass of Applet, so JApplets are in fact Applets in the usual sense. However, JApplets have a lot of extra structure that plain Applets don't have.

  Was this answer useful?  Yes


1. JApplet extends Applet

2. Japplet suppurt various pane such as content pane, glass pane,root pane for good look n fillnot supported by applet

3. to add component to applet we call add() of applet where as to add compenent in Japplet we call add() of content pane

  Was this answer useful?  Yes

Praneeth Valeti

  • Apr 16th, 2017
 

Japplet provides to use Swings components on an applet.
Applets provides to use AWT components on it for GUI(Graphical User Interface).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions