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 "JRuby/SWTSnippets"

Line 7: Line 7:
  
 
* [[JRuby/SWTSnippets/Snippet1.rb|"Hello World"]]
 
* [[JRuby/SWTSnippets/Snippet1.rb|"Hello World"]]
 +
 +
* '''Table'''
 +
** [[JRuby/SWTSnippets/Snippet2.rb|"sort a table by column"]]

Revision as of 07:58, 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 and running JRuby with SWT, see JRuby/SWTSetup. To run one of the snippets, copy/paste the code to a file with the same name as the page, then run it with jruby. For example:

jruby Snippet1.rb

Back to the top