What is awt and swing?
Answer / Swatantra Kumar Chaudhary
AWT (Abstract Window Toolkit) and Swing are both Java APIs for creating graphical user interfaces. AWT was introduced with the first release of Java and provides a basic set of GUI components. Swing, on the other hand, is more robust and flexible than AWT, and it was added to Java starting from version 1.1. Swing offers a wider range of components, supports multiple platforms, has built-in support for pluggable look and feel, and is more customizable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jfc? What are the features of jfc?
What is the use of jcomponent class in swing?
How to reload a jframe in java swing?
What is swing and its features in java?
Why should the implementation of any swing callback (like a listener) execute quickly?
What are the advantages of swing over awt?
Is java swing still used?
Which layout does swing use by default?
What is import javax swing jframe?
What is javax swing joptionpane?
when we right click on the JTable using mouse it works properly but how to right click on JTable in java using keyboard what should be the code for the same.....? Thanks Nitin
What is java swing application?