<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>jurtle-users at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/jurtle-users/</link>
    <description>Jurtle Users</description>

    <item>
      <title>LeJOS NXJ for the New NXT</title>
      <pubDate>Tue, 23 Jan 2007 04:48:34 GMT</pubDate>
      <dc:creator>danthemanwinkler</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/119</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/119</guid>
      <description>Wondering if there is going to be an update to allow programming the new Lego Mindstorms NXT from Jurtle. Thanks.</description>
    </item>
    <item>
      <title>Re: Human-buttons</title>
      <pubDate>Fri, 07 Apr 2006 18:54:53 GMT</pubDate>
      <dc:creator>Bill Tschumy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/118</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/118</guid>
      <description>Sorry about that.  The user has been removed from the group. -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com</description>
    </item>
    <item>
      <title>Human-buttons</title>
      <pubDate>Fri, 07 Apr 2006 17:20:36 GMT</pubDate>
      <dc:creator>java_p5@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/117</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/117</guid>
      <description>This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,</description>
    </item>
    <item>
      <title>Re: Win95</title>
      <pubDate>Tue, 24 Jan 2006 18:11:47 GMT</pubDate>
      <dc:creator>John Kirkilis</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/116</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/116</guid>
      <description>Hi Colin I&#39;m afraid I can&#39;t answer your question from personal experience, but the Jurtle website lists the requirements as: Windows 98, ME, NT, 2000, XP Mac</description>
    </item>
    <item>
      <title>Win95</title>
      <pubDate>Tue, 24 Jan 2006 14:45:22 GMT</pubDate>
      <dc:creator>Colin Watt</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/115</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/115</guid>
      <description>Not a very active group but does anyone know if Jurtle will run on Windows 95? Regards Colin</description>
    </item>
    <item>
      <title>Re: Multi-Threaded Wonders</title>
      <pubDate>Tue, 13 Sep 2005 01:09:39 GMT</pubDate>
      <dc:creator>Bill Tschumy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/114</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/114</guid>
      <description>John, You guys are definitely treading in uncharted waters.  Jurtle wasn&#39;t really designed with the idea of non-Turtle threads using the Turtle API calls.  I</description>
    </item>
    <item>
      <title>Re: Multi-Threaded Wonders</title>
      <pubDate>Tue, 13 Sep 2005 00:09:12 GMT</pubDate>
      <dc:creator>John Kirkilis</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/113</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/113</guid>
      <description>Bill, Well, this isn&#39;t the behavior we&#39;re seeing. If we press the blue button 4 times, it takes 5 presses of the STOP button ( 1 for each spawned thread and 1</description>
    </item>
    <item>
      <title>Re: Multi-Threaded Wonders</title>
      <pubDate>Sat, 10 Sep 2005 21:40:53 GMT</pubDate>
      <dc:creator>Bill Tschumy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/112</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/112</guid>
      <description>The Stop button will only stop the Turtle thread. Any other threads that you may start are unknown to Jurtle and must terminate on their own (the normal case)</description>
    </item>
    <item>
      <title>Multi-Threaded Wonders</title>
      <pubDate>Sat, 10 Sep 2005 21:24:52 GMT</pubDate>
      <dc:creator>John Kirkilis</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/111</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/111</guid>
      <description>Hi Bill, With the changes you suggested to create a separate drawing thread, my students found that if they changed the number of iterations in the ColorWheel</description>
    </item>
    <item>
      <title>Re: GUIDisplay.java</title>
      <pubDate>Fri, 09 Sep 2005 01:19:42 GMT</pubDate>
      <dc:creator>Bill Tschumy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/110</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/110</guid>
      <description>... Yes, that&#39;s it exactly.  If you don&#39;t need to see the intermediate drawing there is no need for a separate thread.  Once you return from the slider&#39;s event</description>
    </item>
    <item>
      <title>Re: GUIDisplay.java</title>
      <pubDate>Fri, 09 Sep 2005 00:34:34 GMT</pubDate>
      <dc:creator>John Kirkilis</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/109</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/109</guid>
      <description>Bill, I was afraid you were going to say that, but since you&#39;ve provided me with a working example, I&#39;m glad. I&#39;ve talked about multi-threading to my students</description>
    </item>
    <item>
      <title>Re: GUIDisplay.java</title>
      <pubDate>Thu, 08 Sep 2005 13:19:26 GMT</pubDate>
      <dc:creator>Bill Tschumy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/108</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/108</guid>
      <description>John, This is normal when executing code on the Event Thread.  Because the event thread is used for both events and drawing updates, it is somewhat tricky to</description>
    </item>
    <item>
      <title>GUIDisplay.java</title>
      <pubDate>Thu, 08 Sep 2005 04:39:59 GMT</pubDate>
      <dc:creator>John Kirkilis</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/107</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/107</guid>
      <description>Howdy Bill, For the past few classes, I&#39;ve been going over GUI interface programming with my students. I started them off with the slider example (PolySpiral),</description>
    </item>
    <item>
      <title>Re: how to hide the java programme?</title>
      <pubDate>Wed, 07 Sep 2005 18:41:36 GMT</pubDate>
      <dc:creator>Bill Tschumy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/106</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/106</guid>
      <description>No, there is no way to show just the Display pane without the rest of the interface being visible.  It seems you are really stretching Jurtle outside of its</description>
    </item>
    <item>
      <title>how to hide the java programme?</title>
      <pubDate>Wed, 07 Sep 2005 17:52:23 GMT</pubDate>
      <dc:creator>chander2010</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jurtle-users/message/105</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jurtle-users/message/105</guid>
      <description>Is there any way to hide the java programme? basically  I want open Display window directly when Jurtle editor was opened,  this is for presenataion. so I want</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sun Nov 22 20:09:45 PST 2009 -->
