what is the diff's between swing and applet?
Answer Posted / madhavsingh
applet: the components of applet are from underlying
operating system .
swing : Swing creates its own component.
| Is This Answer Correct ? | 31 Yes | 14 No |
Post New Answer View All Answers
Why swings are called lightweight components?
What is swing control in java?
What is the function of abstractaction class?
What is content pane in swing?
What is swing gui?
What are the two key features of swing?
What is swing framework in java?
What is double buffering ?
What are the advantages of swing over awt?
Is swing thread-safe?
What is the use of double buffering in swings?
Why does JComponent have add() and remove() methods but Component does not?
Write a program to include the internal frame in swing.
What is a swing application?
How to print in java swing application?