Registry / utility / swt
library4.6.1rbrubygemsunverified

Contains everything required to write cross-platform desktop applications with JRuby and SWT.

gem install swt
INSTALL
IMPORT
SIG · SWT
S
swt
utilityrubyv4.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SWT
require 'swt'

Create a basic SWT window

require 'swt' # Example: create a shell display = Swt::Widgets::Display.new shell = Swt::Widgets::Shell.new(display) shell.open while !shell.isDisposed display.sleep unless display.readAndDispatch end display.dispose
Debug
Known issues
breakingSWT requires JRuby; it does not work with MRI.
fix
Use JRuby to run this gem.
affects: >= 0.0.0
Upgrade
Version history
4.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources