Sha256: 16b4f575c80fb0e7972475dfe2b0c1fe93359dc3c1d515ac70f0e1b3a489de7b
Contents?: true
Size: 871 Bytes
Versions: 4
Compression:
Stored size: 871 Bytes
Contents
= swing by: Arvicco url: http://github.com/arvicco/swing == DESCRIPTION: Straightforward wrappers for javax.swing Components that simplify Swing code in JRuby-based GUI applications. == FEATURES/PROBLEMS: * Library defines Ruby wrapper classes for Swing components that do NOT shadow original javax.swing classes. So, javax.swing.JButton class is wrapped by Swing::Button class, and you need to <b> require 'swing/button' </b> to use it. * Ruby wrappers define properties that are settable in constructor options, as well as (optional) defaults for them that may be different from swing's original defaults: Swing::Button.new 'Title', :enabled => false * == SYNOPSIS: FIXME (code sample of usage) == REQUIREMENTS: * FIXME (list of requirements) == INSTALL: $ sudo gem install swing == LICENSE: Copyright (c) 2011 Arvicco. See LICENSE for details.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
swing-0.0.5 | README.rdoc |
swing-0.0.3 | README.rdoc |
swing-0.0.2 | README.rdoc |
swing-0.0.1 | README.rdoc |