Results 1 to 2 of 2
Thread: Help user interface
- 07-31-2007, 05:15 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 35
- Rep Power
- 0
Help user interface
Hi, I need help with a small simple program i am making for java all i need is to do a user interface with they use the arrows on the keyboard not the ones on the num pad on the right.
Here is a table of what happens when what arrows get pushed down.
And the default is that x=0 and y=0 just a simple script is all that i am looking for.Java Code:Left Arrow:x=x-1; Right Arrow:x=x+1; Up Arrow:y=y+1; Down Arrow:y=y-1;
Thanks.
- 07-31-2007, 07:58 PM #2
Senior Member
- Join Date
- Jul 2007
- Posts
- 135
- Rep Power
- 0
Similar Threads
-
New User
By TKI5 in forum New To JavaReplies: 0Last Post: 12-13-2007, 01:13 AM -
How to get the User Name
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:35 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks