|
Advertisement
|
Forum posts by Sairah:1 page [ 1 ]
Posted in Java Answers Forum, May 9, 2002, 6:43 AM
I have th following sources code for a class called MultiThreadedWorld. I need to modifiy it so that when the mouse is clicked, the balls are restarted from the top left hand corrner of the window. I suppose this means modifying the line: ballArray.moveTo(e.getX(), e.getY());Also, I need to modify this code so that when the mouse is clicked,...
Posted in Java Answers Forum, May 7, 2002, 5:05 PM
I am new to Java and I have to create a class called MyList that represents a list of maximum 20 items. The class should contain 2 data fields: 1. theData of type Vector for storing the elements of the list2.maxElements of type int for storing the maximum size of the list.I have a test file that will test to see if my list is working fine and...
1 page [ 1 ]
|