harmy01's Profile User Rating: -----

Reputation: 15 Tradesman
Group:
Contributors
Active Posts:
179 (0.17 per day)
Joined:
15-June 10
Profile Views:
2,985
Last Active:
User is offline 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

Icon   harmy01 has not set their status

Posts I've Made

  1. In Topic: If you could have two things added to Java SE..

    Posted 8 Dec 2011

    xml layout just like android uses.
  2. 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.
  3. 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;
                }
    
  4. In Topic: Done() not being executing in SwingWorker

    Posted 26 Sep 2011

    awesome! it works
  5. 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

Comments

harmy01 has no profile comments yet. Why not say hello?