File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes swt -  dialog, SWT and JFace. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "swt -  dialog, SWT and JFace." Watch "swt -  dialog, SWT and JFace." New topic
Author

swt - dialog, SWT and JFace.

Kee Kee moon
Ranch Hand

Joined: Dec 11, 2009
Posts: 101
I am very new in SWT.

Does SWT provides Dialog library function?
What are difference between SWT and JFace?
Thanks in advance.
Alpesh Rathod
Ranch Hand

Joined: Jan 06, 2009
Posts: 41
JFace is defined by the Eclipse project as "a UI toolkit that provides helper classes for developing UI features that can be tedious to implement."[1] It is a layer that sits on top of the raw widget system, and provides classes for handling common UI programming tasks. It brings model view controller programming to the Standard Widget Toolkit.

You can find more info at : Jface Wikipedia

The UI creation is simplified by using Jface....internally Jface uses SWT widgets only...but JFace reduces the complexity of dealing with complex UI creation by providing helper classes.

And Yes SWT does provide many functionalityfor creating as complex UI as possible.



Thanks,
Alps
 
 
subject: swt - dialog, SWT and JFace.
 
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com