| confusion regarding the Applet and Japplet. I am able | | | | was to try it out with anas I wasn't sure whether |
| to find-out what is advanced in Japplet than applet.Do | | | | Chrome supported applets or not. It did, it all seemed to |
| you know What is the difference between Applet and | | | | work and I didn't think much more about it. It was only |
| Japplet in java ? Is Japplet version of applet?Please | | | | a day or two later after seeing some Java.net forum |
| help me to clarify my doubts about applet and Japplet.. | | | | posts that I realised that Chrome only works with the |
| Below are the difference between applet and Japplet: | | | | latest version of Java SE, version 6 Update 10, which |
| 1. I java programming applet is a class of awt | | | | contains all the cool new features to make Java |
| package.On other hand | | | | applets run better. |
| Japplet is a class of swing package.2. In applet we | | | | This could be a good thing - one thing I've said before |
| don't get good feel & look but where in Japplet we get | | | | is that Update 10 has some great features in it, but |
| good look & feel3.We use "add()" to add components | | | | getting everyone to upgrade to it is going to be hard |
| in applet, while in Japplet we use "add()" mathod of | | | | work. A lot of people, and especially most large |
| content pane. Components in java are basically of two | | | | corporations, do not regularly upgrade the version of |
| types AWT and Swing1.Abstract Window | | | | Java SE on their desktop. So, if Chrome forces people |
| Toolkit(AWT):which supports Applet | | | | to install the very latest version then great. |
| *.Applet is light weight*.Applet derived from | | | | However, does Chrome explicitly tell users that they |
| java.applet.* | | | | need that version of Java? Does it direct them to the |
| 2.Swing components:which supports Japplet*.Japplet is | | | | right place to get it? If not, then it's just going to create |
| heavy weight*.Japplet derived from javax.swing.*Well, | | | | more client-side Java confusion, and I've seen reports |
| loathe as I am to add yet another blog post to the | | | | of Chrome not running Java properly even when |
| insane amount of Chrome related items that were | | | | Update 10 is present, and so it's great in principle to |
| blogged and reported last week, I did notice something | | | | make people install the latest and greatest JRE, but |
| interesting with regard to Chrome running Java | | | | unless it's a seamless and trouble-free experience to |
| applets.confusion | | | | do so then it will not help Java's already tarnished |
| Pretty much the first thing I did after installing Chrome | | | | client-side reputation. |