From: Trollen Lord Date: 2007-11-28T05:45:41+09:00 Subject: Re: "Why I Program In Ruby (And Maybe Why You Shouldn't)" ------=_Part_133_5065646.1196196343581 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Good catch! And on that note, an app people may be familiar with is > azureus 2.5 [1] which has a native look and feel on all three major > platforms via SWT, which as mental said, is exposed through JRuby. > The newest Sun's jre actually calls native libraries to achieve most or at least some. At least afaik. It should know at least GTK+ and windows forms and changing between them is a matter of roughly 5 lines of code. You need at least 1.6 though. ------=_Part_133_5065646.1196196343581--