Java Programming Text...for yahoo answers
This is the whole programming text....the part that's in red, I need to move all at the same time, not one after another (cause that's what it's doing right now). I hope that makes sense...
/**
* @author Melissa
* @date June 8, 2006
*/
public class ShapeHandler
{
Circle thisCircle;
public
(
Read more... )