|
| ||||||||||
| Tags: applet, applet and japplet, applet in java, japplet, japplet in java |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Difference between Applet and Japplet in java
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
| ||||
| ||||
| 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.
__________________ Grand Theft Auto 4 PC Video Game |
|
#3
| ||||
| ||||
| 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 |
|
#4
| ||||
| ||||
| 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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |