Originally posted by sampurna:
What is swing basically? how it is differ from awt?
[A]
A swing is a Lightweight component where as an awt is a heavy
weight component. what is this light weight component and heavy
weight component. i will give you a simple example with this i
hope you will be expertise.
if you develop a simple frame with user name and password as a
fields in the frame when you compile and run the programs your
will get some out put say hai etc. but what the thing here is
that when you run the same frame in windows the look and feel
will be different and on unix it will be different and motiff it
will be defferent i.e the text fields will look different omn
different operating systems.