Abstract Window Toolkit (AWT) Question:
What is the difference between AWT and SWT?
Answer:
SWT (Standard Widget Toolkit) is a completely independent Graphical User Interface (GUI) toolkit from IBM. They created it for the creation of Eclipse Integrated Development Environment (IDE). AWT is from Sun Microsystems.
Previous Question | Next Question |
What is a convertor? | Why does JComponent class have add() and remove() methods but Component class does not? |