They are quite different.
Major difference are:
[1] AWT is heavy weight. Swing is light weight.
[2] Swing event handling is much more sophiscated than AWT
[3] Support look and feel, Accessibility API and drag and
drop
[4] AWT and Swing can't be mixed
Let's cut and paste some from Java web site: