Search the web
Sign In
New User? Sign Up
jurtle-users · Jurtle Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 52 - 81 of 119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52
I have placed the first beta of Jurtle 1.5 on the Otherwise web site. Here is what is new: - Added a getDisplayContainer() method to Turtle class and changed...
Bill Tschumy
btschumy
Offline Send Email
Apr 6, 2004
2:31 am
53
I have released the final version of Jurtle 1.5. It is available for download at <http://www.otherwise.com/Download.html>. The only thing that changed between...
Bill Tschumy
btschumy
Offline Send Email
Apr 15, 2004
3:08 pm
54
I wanted to let the group know that The first beta of Jurtle 1.6 is now available from the website. You can get there directly with this URL ...
Bill Tschumy
btschumy
Offline Send Email
Jun 4, 2004
6:46 pm
55
I found that at the last minute I made a small stupid typo in the 1.6b1 release I did Friday. This prevented the Jurtle_Workspace from being created and...
Bill Tschumy
btschumy
Offline Send Email
Jun 6, 2004
6:08 pm
56
Looking through the past messages it appears that I am doing the bulk of the posting. I do want to clarify that this group is not just for my announcements....
Bill Tschumy
btschumy
Offline Send Email
Jun 10, 2004
8:34 pm
57
Hello Bill, I an a new member of this group and I joined it in anticipation of teaching a Java course to middle school students next fall. I have downloaded...
sinopoli@...
sinopoli29
Offline Send Email
Jun 11, 2004
6:53 pm
58
Mark, Thanks for posting. I will be very interested in hearing your thoughts after you have played around with Jurtle some. I know of several schools using...
Bill Tschumy
btschumy
Offline Send Email
Jun 11, 2004
7:55 pm
59
I have released Jurtle_1.6. You can pick up the latest copy from <http://www.otherwise.com/Download.html> Please let me know if you have any problems. -- Bill...
Bill Tschumy
btschumy
Offline Send Email
Jun 15, 2004
3:00 pm
60
Bill, When I installed v1.6, I went to the new workspace directory in Jurtle and it indicated that most of the classes were not compiled (italic style). When I...
John Kirkilis
johnkirkilis
Offline Send Email
Jun 15, 2004
9:34 pm
61
That's strange. I just tried it and it worked for me. I wonder if it was some temporary glitch. You might try quiting Jurtle, deleting the workspace and...
Bill Tschumy
btschumy
Offline Send Email
Jun 17, 2004
2:21 am
62
I think the problem here is that when the Jurtle_Workspace is being populated, the .java files are getting copied after their .class counterparts giving them a...
Bill Tschumy
btschumy
Offline Send Email
Jun 17, 2004
6:36 pm
63
Deleting Jurtle_Workspace seems to have no effect on the menu item options for me - it just makes a new one next time Jurtle starts up, same appearance as...
Annalisa Ragatz
aetnaria
Offline Send Email
Jun 21, 2004
6:53 pm
64
... I will fix this in a new point release. ... How embarrassing! That preferences field never actually got hooked up to anything. I had intended to remove...
Bill Tschumy
btschumy
Offline Send Email
Jun 21, 2004
9:56 pm
65
Bill, It might be useful to have a few methods in the Console class to control the visibility of the Console panel. If a student is running a class which has ...
John Kirkilis
johnkirkilis
Offline Send Email
Jun 22, 2004
9:32 pm
66
... Good suggestions. I'll put those on my list of things to think about for the next release. -- Bill Tschumy Otherwise -- Austin, TX ...
Bill Tschumy
btschumy
Offline Send Email
Jun 22, 2004
10:16 pm
67
I have placed Jurtle 1.6.1 on the web site. It fixes: 1) The problem on Windows where a newly populated Examples directory sometimes shows the classes as not...
Bill Tschumy
btschumy
Offline Send Email
Jun 22, 2004
10:22 pm
68
Bill, Thanks for 1.6.1 update. In the food for thought category, it might be useful to have a stack trace show up either in the console or in a separate tab so...
John Kirkilis
johnkirkilis
Offline Send Email
Jun 23, 2004
1:49 pm
69
... Good suggestion. I have changed the Turtle code to print the entire stack trace rather than just the error. For non-Turtles the full stack trace is...
Bill Tschumy
btschumy
Offline Send Email
Jun 23, 2004
2:12 pm
70
Well, I hate having known bugs in my software, so I rolled 1.6.2 to fix a display corruption problem that happened if you created a new class while on the...
Bill Tschumy
btschumy
Offline Send Email
Jun 23, 2004
6:59 pm
71
This group has languished a bit while I been focusing on my new product Parsnips <http://www.otherwise.com/Parsnips.html>. However, I'm now ready to start...
Bill Tschumy
btschumy
Offline Send Email
Jan 22, 2005
10:03 pm
72
I'm creating a sub-class of Turtle which includes methods for setting a custom turtle image instead of the default triangle. It also has options for setting...
John Kirkilis
johnkirkilis
Offline Send Email
Feb 10, 2005
1:57 am
73
Hello Sir I need answers regarding Interfaces in core java. My question is if we r not implementing any method in a interface then what is the use of it? if...
anand hungund
anand_me003
Offline Send Email
Feb 12, 2005
10:22 am
74
Anand, An interface is often thought of as a "contract" between two classes. If a class declares that it implements a specific interface, then it is ...
Bill Tschumy
btschumy
Offline Send Email
Feb 12, 2005
3:08 pm
75
John, The basic Java classes do not have the most sophisticated sound capabilities. You might also look at the java.sound.* packages to see if there is...
Bill Tschumy
btschumy
Offline Send Email
Feb 12, 2005
3:35 pm
76
Hi all, Iam pradeep. iam interested in learning java in effective way.please suggest me good approaches to follow to learn java in quick and efficient...
Pradeep Ginjupalli
g_c_pradeep
Offline Send Email
Feb 14, 2005
10:23 am
77
I haven't solved the sound playing issue from my last posting to the group, but I have a more time-sensitive Turtle to get working for my students. I took the...
John Kirkilis
johnkirkilis
Offline Send Email
Feb 15, 2005
4:24 pm
78
Wow, John. You have found a bug in Sun's Swing code. It took me a while to locate it by searching through the Swing source code. The code for the JSlider...
Bill Tschumy
btschumy
Offline Send Email
Feb 15, 2005
8:06 pm
79
If I enable my debugging print statements, it indicates that I'm getting multiple executions per slider event, but I do only get one execution when changing...
John Kirkilis
johnkirkilis
Offline Send Email
Feb 16, 2005
4:02 pm
80
... John, Your are right the creating even a moderate GUI can require a lot of code. I think you are right that you can dramatically simplify all your...
Bill Tschumy
btschumy
Offline Send Email
Feb 16, 2005
10:01 pm
81
Hi folks, I need some help figuring out why my MediaTurtle class is having trouble playing sounds. I did some searching and found references to platform ...
John Kirkilis
johnkirkilis
Offline Send Email
Feb 20, 2005
2:17 am
Messages 52 - 81 of 119   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help