Swing
Swing
The javax.swing may be the largest Java package of classes, which are used to create GUI components for applets and applications. Swing classes enable programmers to specify a different look and feel for each platform, or a uniform look across all platforms. Swing is the project code name for the lightweight GUI components in JFC.


