A KeyListener is an implementation of the Observer pattern which is created specifically for handling keyboard events.

learn more… | top users | synonyms

1
vote
1answer
8 views

Key Listener not detecting Keys

I am having trouble with my Key Listener, it is not detecting any keys at all. I might have complety messed it up or hopefully just be missing something simple but i just cant see it. Any help would ...
0
votes
0answers
4 views

Giving a JPanel priority focus

I have a JPanel that is using a KeyListener as the content pane as the window; however, there are buttons and text fields in a grid layout on top of the JPanel. How do I prioritize the focus of the ...
1
vote
0answers
39 views

KeyPressed and KeyReleased does not work correctly

I have the following code in a game I am programming: public void keyReleased(KeyEvent e) { int key = e.getKeyCode(); if (key == KeyEvent.VK_SPACE) { doIShoot = false; } } public ...
0
votes
2answers
34 views

Gradually speeding a sprite

I'm trying to make the sprite speed-up gradually on button press and not to move constant speed only. Also set a max-speed limit. I hope you understand what i mean. timer = new Timer(5, this); ...
1
vote
2answers
31 views

Create a shortcut in JFrame

public final class UserPage extends JFrame{ public UserPage() { this.addKeyListener(new myclass()); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); this.setSize(1000, 600); this.setLocation(300, ...
1
vote
2answers
30 views

KeyListener - Ignore Key Released When Holding Down (Ubuntu, …)

I have a game where you can attack. When the SPACE-key is pressed, the weapon moves down, and when it's released it should move up. The problem is that on (certain) UNIX systems, the KeyReleased ...
0
votes
1answer
21 views

Reset/restart my minigame using KeyAdapter with Thread on a JApplet

I can't seem to get my game to reset. What I want to happen is once the numLives gets to 0 message should display: press R to Restart I added what I thought was a KeyListener for 'r' and it ...
0
votes
0answers
23 views

Why won't my avatar move.

This is the code. The box will not move even if I click a directional key. So, I want to know what's going on. Can you help me? Thanks in advance! import java.awt.*; import javax.swing.*; ...
-2
votes
0answers
24 views

Learning about keyListener in Java

I'm a kid that is trying to learn how to program in java and I recently started learning about JFrame and the GUI at my school. On my own, I learned about something called a KeyListener. In my ...
0
votes
0answers
32 views

requestFocus() not working with show() method

I'm making a game where the program has to show one panel, and from that panel show the previous panel, and then show the first panel again. To make things simpler, let's say we have PanelA and PanelB ...
2
votes
2answers
45 views

Keylistener not working for JPanel

I am trying to do something when one of the arrow keys are pressed using the KeyListener in my JPanel class. Here is my code: public class TestPanel extends JPanel implements KeyListener{ public ...
0
votes
1answer
41 views

KeyListener wont focus

I'm new to Java so please forgive me asking for help, but after 4 hours of searching for a solution I'm really getting desperate. I'm currently setting up a game and want to implement key controls. I ...
0
votes
1answer
21 views

Simple Applet Game Bug

I'm having trouble with my applet. It's purpose is to create a game where you can move a block at the bottom of the screen to fit through holes in blocks that are falling down from up above. I've ...
1
vote
2answers
52 views

How to get when user press 'W' with 'shift'

I want to know when user press W with shift. I am not getting any logic for this. Kindly suggest. <head> <script type="text/javascript" src="jquery-1.8.3.js"></script> ...
0
votes
0answers
33 views

Adding Button in North Layout area Broke my Iconified action?

I come today with a strange issue. I added an KeyListener to Iconify my JFrame by pressing the "Windows key", but when I add a component in the North area of my Layout I can't Iconify my app anymore. ...
0
votes
3answers
42 views

assembly getting an input immediately

Is there any interruption in assembly which read an input immediately (I mean without waiting for an enter and etc). For example: In java there is in the keylistener a function gives the ascii code of ...
-1
votes
0answers
40 views

KeyListener Java not functioning

I'm writing a simple Pong game. I have a Paddle class that extends the JComponent class and a Player class that extends JComponent as well. I tried both p1.addKeyListener(new MoveButtons()) and ...
0
votes
2answers
33 views

Finding keycode of multimedia key in java

I want to capture key presses on Windows like Fn+Pause, Fn+VolumeUp in my Java Application but I am unable to detect their KeyCodes. addKeyListener(new KeyAdapter() { @Override public ...
0
votes
0answers
62 views

Keypress not responding [closed]

So I have this code and when I run it I should be able to move the player in the move class, but for some odd reason the keypresses are not even being detected. I can tell because the console never ...
0
votes
0answers
44 views

KeyAdapter doesn't work

I'm creating a simple Pacman game and in the beginning I wanted to make my Pacman move. However it doesn't response to key presses at all. I read many topics with same problem here, but it was mainly ...
0
votes
0answers
21 views

JTextfield KeyListener, generate string when enter key is pressed [duplicate]

i have created a simple Java chat with a simple GUI, and i would like to add the option that when the ENTER key is pressed, the text that was entered in the Jtextfield would be inserted into a String ...
0
votes
1answer
47 views

Buffered Keyboard Input

I am trying to write a 2d graphical game. In this game I have keyboard inputs to move a square block on a black plane. I order to ensure smooth key motions I want to use Buffered key input. In order ...
0
votes
1answer
37 views

Java KeyListener “object update”

I've got a KeyListener class called Keyboard which implements KeyListener's methods. There are 4 states keys can have with it (UP, ISUP, DOWN, ISDOWN) all representing whether they're down, or they ...
0
votes
1answer
23 views

KeyListener not working

public class KL implements KeyListener { public static void main(String[] args) { final JPopupMenu popup = new JPopupMenu(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); ...
-1
votes
1answer
46 views

How can i record each keyboard input in text file?

I would like to record every keyboard inputs into text file without using keyListener How can I achieve this?
1
vote
3answers
45 views

KeyListener not reacting at all

I've been trying to fix this issue for about 5 hours now, but I just can't figure out why my KeyListener is not reacting at all. It doesn't even seem like it gets to the point where it looks for a ...
0
votes
1answer
41 views

How to get a JTextField to respond to the enter key

So I want to get a JTexField to put the text in it into a JTextArea when the enter key is pressed with the cursor in it. Can anyone help?
1
vote
2answers
36 views

Key listener and key bindings doesnt work every compile

Basically i have created a key listener connected to my JPanel.. And sometimes when i compile and run it it does work realy good and no problems what so ever.. But then sometimes when i compile it ...
2
votes
2answers
52 views

Java KeyListener stutters

I'm making a very simple pong game in java and I'm doing this using KeyListener. I want it so when the user presses the right or left keys on the keypad, the pong block goes in that direction. This is ...
0
votes
0answers
16 views

KeyListener Runtime Error

import java.awt.Image; import java.applet.Applet; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class UseStick extends Applet implements Runnable, ...
0
votes
1answer
49 views

Beginner Java Program— cannot get key pressed to work

I am starting out with Java and I have a problem. When people click "a" on the java applet, I want it to draw a yellow rectangle and if they press anything else it draws a black rectangle but nothing ...
2
votes
1answer
64 views

Call actionPerformed Method using normal method of class

I am trying to call the actionPerformed() in normal method of class. I know that it get automatically executed on whenever button get pressed. But I want to call that method when ENTER button get ...
1
vote
1answer
59 views

java keyPressed event keeps triggering while key pressed

I have a MIDI piano program that triggers a note to be played when either the mouse is clicked on the note, or a particular keyboard key is typed. I'd like the keyPressed event to behave the same way ...
1
vote
3answers
33 views

KeyListeners not responding when added to JFrame

I've been reading the java documentation and am trying to understand key listeners and their uses. I managed to make a simple program where 'w' and 's' toggled the background colour, however when I ...
0
votes
0answers
37 views

Determining if input is from the user

I'm trying to figure out if the input sent to an applet is from the user or not and at the same time, send fake input to the applet as if the user entered it. I did not create this applet; I load it ...
0
votes
2answers
93 views

Dynamically display a message when text box in clicked

How do i dynamically display a message when a textfield is clicked/has any value and when i delete the contents of the textfield that message must disappear
0
votes
0answers
14 views

KeyListener error

I have a problem with adding keyListener to my aplication: App.Game is not abstract and does not override abstract method keyRelased(java.awt.event.KeyEvent) in java.awt.event.KeyListener I try ...
0
votes
1answer
59 views

Wicket call method after pressing enter

In my Wicket application I would like to call a method by clicking on a button. I googled and found some solutions for wicket forms, but no easy solutions for panels without a form. Is there a easy ...
0
votes
4answers
61 views

how to listen key when popup is opened

I am writing an application to animate popup window. It was working great with my code. I want to close the popup window(i.e to slide-down it), when back button is pressed on device. But I couldn't ...
0
votes
0answers
46 views

Problems with KeyListener and CardLayout, only works the first

I've several JPanels with different Key Listeners in the same CardLayout, but when I change the visible panel, the KeyListener of the next doesn't work. I don't know why, because all my panels are ...
1
vote
0answers
13 views

Can't get keyListener to work while Timer is running

Hello people of stack overflow, my program has a driver class Frogger(), a JPanel class that calculates everything, pulls together all the necessary panels, and implements keyListener called ...
0
votes
1answer
56 views

Slick2d | TextField character passing

The problem: I wrote some GUI stuff (a button) for my game. But Im stuck at creating the TextField, becouse the KeyListener is not working. I tried to implement the KeyListener but did not work. ...
0
votes
2answers
55 views

Java | KeyListener | Basic

How can I change or hide that JTextField from showing to the user and still get the users typed keys? I tried using "KeyCodeT.setVisible(false);", but it didn't work. This is what I'm talking about: ...
1
vote
1answer
85 views

Selecting text in JTextArea does not show any selection color

I have this piece of code in which a JTextArea is added to a JFrame. Whenever the user presses the ↑ key the content of the JTextArea should be selected. Here is the code import javax.swing.*; ...
1
vote
1answer
55 views

LWJGL holding a key pressed

So basicaly what im trying to do is using LWJGL now making my player move in the game. The player is currently moving but he doesnt keep mooving while you are holding the button.. public void ...
0
votes
2answers
39 views

KeyListener is not working

The following code is not working. I am trying to move a player left, right, up, and, down using key pressed method but when i press the keys it does not respond. I did not paste the whole code just ...
0
votes
2answers
36 views

NullPointerException on KeyListener

I'm receiving nullPointerException on start Activity and have no idea why. Can any one tell me? Maybe something is missing? btnLeft = (ImageButton)findViewById(R.id.btnLeft); ...
0
votes
1answer
65 views

Restarting the game after game over

in the game that I made I have an game over screen that shows your score, now I want to make the game restart if you press space so that you dn't need to close the program and open it again to play it ...
0
votes
1answer
177 views

Enter Key Listener for Date is not working in linux flavours

Here is my full coding.I have Two class firstone MyDateTime and Second one is Employee. i have included currently working coding of mine.For the EmployeePart class,AbstractEditorPart is our own parent ...
0
votes
2answers
45 views

Adding KeyListener to custom objects

I am in the process of refactoring a lot of code for our game to make the object-couplings as nonexistant as possible (for easier testing and future implementations). Currently my JFrame listens for ...

1 2 3 4 5 11