harmy01's Profile
Reputation: 15
Tradesman
- Group:
- Contributors
- Active Posts:
- 179 (0.17 per day)
- Joined:
- 15-June 10
- Profile Views:
- 2,985
- Last Active:
Oct 23 2012 01:23 AM- Currently:
- Offline
Previous Fields
- Country:
- NZ
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- PC
- Your Car:
- BMW
- Dream Kudos:
- 25
Latest Visitors
-
Sheph 
07 Dec 2011 - 05:23 -
no2pencil 
01 Oct 2011 - 22:49 -
cassiopeia 
25 Aug 2011 - 11:50 -
darek9576 
20 Aug 2011 - 11:36 -
giggly kisses 
04 Jul 2011 - 19:53
Posts I've Made
-
In Topic: If you could have two things added to Java SE..
Posted 8 Dec 2011
xml layout just like android uses. -
In Topic: Using android's soft keyboard virtual keycode on computer
Posted 7 Dec 2011
Because. Im using the robot to type, which uses keycodes. But if u convert char to int it should give you the keycode? im gonna try this.
EDIT: just tried it, does not work the robot doesn't recognize some of the characters sent to it. -
In Topic: JPanel not receiving KeyEvents
Posted 23 Nov 2011
got it working:)
addKeyListener(new KeyListener() { @Override public void keyPressed(KeyEvent e) { switch (e.getKeyCode()) { case KeyEvent.VK_LEFT: xPos++; break; case KeyEvent.VK_RIGHT: xPos--; break; case KeyEvent.VK_UP: yPos--; break; case KeyEvent.VK_DOWN: yPos++; break; } -
In Topic: Done() not being executing in SwingWorker
Posted 26 Sep 2011
awesome! it works -
In Topic: Java Gaming Challenge
Posted 11 Aug 2011
is it to late to submit guys?
My Information
- Member Title:
- D.I.C Head
- Age:
- 21 years old
- Birthday:
- December 8, 1991
- Gender:
-
- Interests:
- Programming, reading,
- Years Programming:
- 2
- Programming Languages:
- Learning: JAVA
Contact Information
- E-mail:
- Private
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
harmy01 has no profile comments yet. Why not say hello?