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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 71 - 100 of 119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
82
John, On Mac OS X, the sounds appear to play to completion assuming they are not preempted by another sound. I didn't try it on Windows. Despite the fact...
Bill Tschumy
btschumy
Offline Send Email
Feb 20, 2005
3:36 am
83
Bill, You're darn right it's annoying... when it works. I'd love to experience the annoyance at this point. This incarnation is a harness for learning and...
John Kirkilis
johnkirkilis
Offline Send Email
Feb 20, 2005
4:56 pm
84
It would be helpful to be able to have a "Save Display As..." menu item under the file menu with the option to save it in a common graphics format or to have a...
John Kirkilis
johnkirkilis
Offline Send Email
Feb 22, 2005
9:36 am
85
Good suggestion John. I will put it on the list for the next release. Bill ... -- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com...
Bill Tschumy
btschumy
Offline Send Email
Feb 22, 2005
1:14 pm
86
If you are a Mac user and have a problem running Jurtle after the 10.3.9 Mac OS X update, this is known problem that is affecting some people. It looks like...
Bill Tschumy
btschumy
Offline Send Email
Apr 18, 2005
12:43 pm
87
Otherwise has released version 1.8 of Jurtle, its educational IDE for learning to program using Java. With this release, Jurtle integrates with the LeJOS API...
Bill Tschumy
btschumy
Offline Send Email
May 18, 2005
1:03 am
88
Now that Jurtle 1.8 is out, I am thinking about the next version. I would like to revamp the lessons/tutorial that comes with Jurtle. I'd appreciate any...
Bill Tschumy
btschumy
Offline Send Email
May 19, 2005
1:51 pm
89
Hi I need to draw a flower or something, which looks like beauty. with different radius and degrees in Applet, the no of petals varies, so each petal shouldnot...
chander2010
Offline Send Email
Jun 22, 2005
8:14 pm
90
Chander, This sounds like a school assignment. What have you tried so far? We can help, but can't do your assignment for you. Jurtle has a "Flower.java"...
Bill Tschumy
btschumy
Offline Send Email
Jun 22, 2005
8:37 pm
91
Hi Bill thanks for the responce, I got the Flower.java, but I couldn't able to convert that programme into java Applet or java application. and the flower...
chander rao
chander2010
Offline Send Email
Jun 22, 2005
9:17 pm
92
Hi All I need to fill in each petal with different colors in Flower.java example. i can draw each petal with different colors, but I couldn't able to fill...
chander2010
Offline Send Email
Jun 28, 2005
6:28 pm
93
That's going to be a bit tricky to do. Turtle Graphics is designed mainly for line drawing, not for filing areas. You would probably be better off replacing...
Bill Tschumy
btschumy
Offline Send Email
Jun 28, 2005
7:32 pm
94
I tried to do same way in arcRight() or arcLeft() but I couldnot able to find the X, Y positions and width & height, can you help me how to figure out the...
chander2010
Offline Send Email
Jun 29, 2005
3:23 pm
95
Chander, I haven't done much of any graphics programming outside of Jurtle's Turtle methods, but you can get the coordinates of the current Turtle's position...
John Kirkilis
johnkirkilis
Offline Send Email
Jun 29, 2005
10:03 pm
96
Jhon I used this fillArc method in arcRight() or arcLeft() , this works, but the problem is it over rides each petal at same positions of X, Y. I need it...
chander2010
Offline Send Email
Jun 30, 2005
2:12 pm
97
Chander, I gave you bad advice on using fillArc. This method doesn't do what I thought. It will draw a pie shaped wedge rather than a 1/2 a petal like I...
Bill Tschumy
btschumy
Offline Send Email
Jun 30, 2005
3:24 pm
98
Hi all at last fixed my self, to fill the different colors to petals in Flower.java, just I replaced petal method with this code. private void petal( double...
chander2010
Offline Send Email
Jul 7, 2005
5:36 pm
99
Hi All I need to increase the display seize in the Jurtle, I need to draw multiple flowers so that extends height of the editor so what is max limit for the...
chander2010
Offline Send Email
Jul 7, 2005
5:43 pm
100
Chander, I'm not sure I understand your question. You can hide the panel on the left which lists the contents of your current folder by dragging the panel...
John Kirkilis
johnkirkilis
Offline Send Email
Jul 7, 2005
10:31 pm
Messages 71 - 100 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