Answer Posted / suresh kumar
The Heavy weight components are drawn by the os when the
programs are executed.
For eg: AWT programs
So what happen is when we tried to the run that class file
of a AWT program, it will change its appearance because,
here the components are drawn the os again bt in another
system.
But the light weight components are by the java program
itself.
For eg: Swing programs.
So whenever we tried to run the class file in any system it
does not change its appearance
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How to generate bill in java swing?
What is swing container?
What is swing gui?
What is java awt and swing?
What are the different components that are used to show a container?
Which method of the Component class is used to set the position and size of a component?
Is java swing a framework?
What is java swing application?
What is event in java swing?
What is jlabel java swing?
What is the what is the difference between invokeandwait() and invokelater()? ?
What is double buffering ?
What is the mean of swing?
What is actionlistener in java swing?
Is swing part of core java?