⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{library}}{{toolkit}}{{provides|Windowing UI}}'''Swing''' is a lightweight [[GUI]] framework for [[Java]] built on top of [[AWT]] which provides a look-and-feel closer to the [[platform]] upon which Java is running, or a look-and-feel of the programmer's choosing. It relies on AWT's Containers, but instead of relying on the [[OS]] for widget rendering, it renders itself. This feature gives it its lightweight nature.