Changeset [53ee49e81e1afae2b18f7bf91aecb3e34677827a] by Christopher Bertels

November 3rd, 2008 @ 04:22 PM

test_helper added. also added lots of new events and reorganized the container, component and window classes/modules a bit to reflect the original swing class structure a bit closer http://github.com/bakkdoor/rswin...

Committed by Christopher Bertels

  • M lib/rswing.rb
  • M lib/rswing/components/component.rb
  • M lib/rswing/components/container.rb
  • M lib/rswing/components/dialog.rb
  • M lib/rswing/components/events/component_events.rb
  • M lib/rswing/components/events/container_events.rb
  • M lib/rswing/components/events/hierarchy_bounds_events.rb
  • M lib/rswing/components/events/input_method_events.rb
  • M lib/rswing/components/events/mouse_motion_events.rb
  • M lib/rswing/components/events/mouse_wheel_events.rb
  • M lib/rswing/components/events/property_changed.rb
  • M lib/rswing/components/events/window_events.rb
  • M lib/rswing/components/events/window_focus.rb
  • M lib/rswing/components/events/window_state.rb
  • M lib/rswing/components/frame.rb
  • M lib/rswing/components/panel.rb
  • M lib/rswing/components/window.rb
  • M test/test_button.rb
  • M test/test_container.rb
  • M test/test_helper.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

RSwing - Swing wrapper for JRuby

RSwing is a wrapper of the Swing GUI-Framework of the Java Platform for JRuby.
The goal is to provide a ruby-ish wrapper library to Swing, which makes it feel more like an actual ruby library rather than just a plain interface to the java classes.