Glossaria.net

Glossary Java / Term

Swing

Like the AWT , Swing is a framework for building GUI-based applications, provided in the JFC (Java Foundation Classes). Swing provides features not present in the AWT:

1) More dynamic and complex components.
2) New containment model for root containers.
3) Extensive support through auxiliary APIs.
4) A new layout manager.
5) Pluggable look and feel.
6) Accessibility

Permanent link Swing - Creation date 2022-01-03


< supertype Glossary / Java Swing Set >