Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT"

(More Information)
(2 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
*[http://www.eclipse.org/swt/triage.php SWT bug triage] process
 
*[http://www.eclipse.org/swt/triage.php SWT bug triage] process
  
 +
== Design Discussions ==
 +
*[[SWT 4.5 Mars]]
 
== More Information  ==
 
== More Information  ==
  
Line 35: Line 37:
 
*[[The Official Eclipse FAQs#Standard_Widget_Toolkit_.28SWT.29|Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]]  
 
*[[The Official Eclipse FAQs#Standard_Widget_Toolkit_.28SWT.29|Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]]  
 
*The [[JFace]] framework builds on top of SWT and can also be used in standalone apps
 
*The [[JFace]] framework builds on top of SWT and can also be used in standalone apps
*[http://www.programcreek.com/develop-plug-ins-using-rcp/ Eclipse RCP and SWT tutorials]
+
 
 
[[Category:Eclipse_Project]]
 
[[Category:Eclipse_Project]]

Revision as of 02:35, 18 December 2014

SWT
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

SWT, the Standard Widget Toolkit, is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.

SWT can be used independently of the rest of the Eclipse Platform. Here are some Screenshots.

Planning

Bug Triage

Design Discussions

More Information

Back to the top