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"

(Bug Triage)
(Planning)
(6 intermediate revisions by the same user not shown)
Line 13: Line 13:
  
 
SWT can be used independently of the rest of the Eclipse Platform. Here are some [http://www.eclipse.org/swt/widgets Screenshots].
 
SWT can be used independently of the rest of the Eclipse Platform. Here are some [http://www.eclipse.org/swt/widgets Screenshots].
 
== Planning  ==
 
[[Platform/Plan/4.9|Platform/SWT planning page for 4.9]]
 
  
 
== Bug Triage  ==
 
== Bug Triage  ==
  
*[https://wiki.eclipse.org/SWT/Devel/Triage SWT bug triage] process
+
[https://wiki.eclipse.org/SWT/Devel/Triage SWT bug triage] process
  
 
== SWT Chat Channels ==  
 
== SWT Chat Channels ==  
 
Platform and Platform: SWT on the Eclipse.org Mattermost
 
Platform and Platform: SWT on the Eclipse.org Mattermost
  
== SWT Development Documentation ==  
+
== Documentation ==
If you are an SWT developer, please see [[SWT/Devel | SWT development]].
+
* New and aspiring SWT developers, please see the [[SWT/Beginners | SWT beginners guide]].
New and aspiring SWT developers, please see the [[SWT/Beginners | SWT beginners guide]].
+
* For existing SWT developers, please see [[SWT/Devel | SWT development]] for further documentation.
  
 
== Links  ==
 
== Links  ==

Revision as of 11:29, 12 June 2019

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.

Bug Triage

SWT bug triage process

SWT Chat Channels

Platform and Platform: SWT on the Eclipse.org Mattermost

Documentation

Links

Back to the top