what is the diff's between swing and applet?
Answer Posted / rani
swing:all classes start with J letter
applet:not
swing:componants added on container
applet:no componants addedon container
swing:u can provide tooltiptext to every componants using
metod setToolTipText();
applet:not
| Is This Answer Correct ? | 32 Yes | 3 No |
Post New Answer View All Answers
How to render an html page using only swing.
How do you swing an applet?
What is layout in java swing?
What is import javax swing * used for?
Which containers use a border Layout as their default layout in swing?
What's java swing?
What are the components of swing in java?
Is swing part of core java?
Which method is used for setting security in applets?
Which types of components are used in designing swing based gui?
What is swing in java javatpoint?
Why do we use swing in java?
Why should any swing call back implementation execute quickly?
What are the different types of layout managers used in swing?
What are swings awt?