Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JRuby/SWTSnippets"

Line 1: Line 1:
The [http://www.eclipse.org/swt/snippets/ SWT Snippets] ported to JRuby.
+
The [http://www.eclipse.org/swt/snippets/ SWT Snippets] ported to [[JRuby]].
  
 
From the above link: "Snippets are minimal stand-alone programs that demonstrate specific techniques or functionality. Often a small example is the easiest way to understand how to use a particular feature."
 
From the above link: "Snippets are minimal stand-alone programs that demonstrate specific techniques or functionality. Often a small example is the easiest way to understand how to use a particular feature."
 +
 +
For help setting up JRuby with SWT, see [[JRuby/SWTSetup]].
 +
 +
* [[JRuby/SWTSnippets/Snippet1.rb|"Hello World"]]

Revision as of 00:50, 28 July 2009

The SWT Snippets ported to JRuby.

From the above link: "Snippets are minimal stand-alone programs that demonstrate specific techniques or functionality. Often a small example is the easiest way to understand how to use a particular feature."

For help setting up JRuby with SWT, see JRuby/SWTSetup.

Back to the top