Hi all I have an assignment due soon and need help with it the spec is below...im doing the assignment using the program BlueJ
To design and implement a program written in the Java Language to produce a system that will run successfully on the Java platform with four command buttons: up, down, left, right and a text window to enter ''n" pixels. These controls will operate a drawing tool composed of a moving GIF image of a pen in the applet window. When, say, the 'up' button is pushed, a line will be slowly drawn n pixels long. Four colour selector buttons additionally allow the drawing line colour to be changed. You will design your program using UML techniques and present full documentation including the Javadoc summary of your coded methods.
Basically Ive done everything in regards to the buttons etc. the only problem is im having trouble making the drawing tool move...
can anyone help?