The Artima Developer Community
Sponsored Link

Java Buzz Forum
Fusion - powerful Java UI framework

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Fusion - powerful Java UI framework Posted: Feb 16, 2005 9:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Fusion - powerful Java UI framework
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Fusion - powerful Java UI framework.
Fusion is a new Java UI framework based on SWT. It combines the elegance of Swing with speed, responsiveness and low memory consumption of SWT. Most of the controls are native and have a familiar OS look & feel.

Main advantages of Fusion are:

1. The framework is completely based on SWT controls. It is responsive and fast.
2. All the controls can be subclassed unlike SWT.
3. SWT class constants are reflected as appropriate object types or properties.
4. The framework is fully testable: we have implemented SWT and Mock layers.
5. You have to dispose only parent containers. Fonts, colors etc are handled automatically.
6. Fusion heavily relies on polymorphism unlike SWT with different descendants that have the same methods not inherited from parent.
7. Fusion controls contain objects not strings.

Read: Fusion - powerful Java UI framework

Topic: Microsoft comes out with details on Indigo Previous Topic   Next Topic Topic: Swing WTF

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use