SWT is a native window toolkit originally developed by IBM, now owned by the Eclipse Foundation. It's been called "what AWT should have been." It's the GUI layer used by the Eclipse
IDE, and you can build your own applications on it too.
JFace is to SWT as Swing is to AWT -- it's a layer of fancier 100%-Java widgets built on top of the native layer.