From: Eric Christopherson Date: 2011-03-13T15:31:45+09:00 Subject: Re: What do you use with Ruby for GUI programming and why? On Sat, Mar 12, 2011 at 7:59 PM, Roger Pack wrote: >> Is there a push to one toolkit or the other? > > Here's one comparison of toolkits: > http://en.wikibooks.org/wiki/Ruby_Programming/GUI_Toolkit_Modules > > I currently just use straight swing wrapper with jruby (wrapped to be > ruby friendlier).  Unfortunately there's no clear winner, AFAIK. Roger, is that wrapper input_form? A few months ago I learned of Monkeybars and had planned to learn it, but I haven't gotten around to it. I'm still wondering what the advantages of it (or other wrappers) over raw Swing are.