What are the advantages offered by SWT/JFace?Advantages of SWT:
1. Provides backend by providing native look with backend widgets by supporting Swing programming model. 2. SWT could run Swing native objects which enables SWT to run on any Swing support platform. 3. SWT based application loads faster compared to Swing applications 4. The memory usage is smaller in SWT as it uses the shared libraries. The shared library loads only once for all SWT applications. 5. Provides the exact platform look and feel. Even with the skinned desktop, it looks and feel is also skinned. 6. Provides different styles for different types of menus
|