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"

(SWT Development Documentation)
(11 intermediate revisions by 6 users not shown)
Line 12: Line 12:
 
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, 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. See the [[The Official Eclipse FAQs#Standard_Widget_Toolkit_.28SWT.29|Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]] for more information.
+
SWT can be used independently of the rest of the Eclipse Platform. Here are some [http://www.eclipse.org/swt/widgets Screenshots].
 
+
== Screenshots  ==
+
 
+
http://www.eclipse.org/swt/widgets  
+
  
 
== Planning  ==
 
== Planning  ==
Line 30: Line 26:
 
*[http://www.eclipse.org/swt/triage.php SWT bug triage] process
 
*[http://www.eclipse.org/swt/triage.php SWT bug triage] process
  
== More information ==
+
== SWT IRC Channels ==
 +
Channels available on Freenode:
 +
#eclipse        General Eclipse questions.
 +
#eclipse-dev    Developer talk.
 +
#swt            Swt general inbox.
 +
#swt-gtk        Swt, gtk-specific. 
 +
 
 +
== Design Discussions ==
 +
*[[SWT 4.5 Mars]]
 +
*[[SWT 4.6 Neon]]
 +
 
 +
== SWT Development Documentation ==
 +
If you are an SWT Developer, please see [[SWT/Devel | SWT development]].
 +
 
 +
== More Information ==
  
 
*[http://eclipse.org/swt/ SWT home page]  
 
*[http://eclipse.org/swt/ SWT home page]  

Revision as of 14:27, 22 April 2016

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

SWT IRC Channels

Channels available on Freenode:

#eclipse        General Eclipse questions.
#eclipse-dev    Developer talk.
#swt            Swt general inbox. 
#swt-gtk        Swt, gtk-specific.   

Design Discussions

SWT Development Documentation

If you are an SWT Developer, please see SWT development.

More Information

Back to the top