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
Is swing an api?
How is multi-threading gets implemented using swing?
What is the difference between invokeAndWait() and invokeLater()?
How does accessibility works in swings?
What is the difference between swing and awt in java?
How to print in java swing application?
What are the benefits if Swing over AWT?
What are the different components that are used to show a container?
What is swing container?
Which method of the Component class is used to set the position and size of a component?
What is awt and swing in java?
What is swing delegation event model in java?
Which method is used by the applet to recognize the height and width?
What is the difference between swing and applet?
How to change button color in java swing?