Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9254767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:33:17+00:00 2026-06-18T11:33:17+00:00

I have a Java Swing application in the NetBeans IDE. I made a form

  • 0

I have a Java Swing application in the NetBeans IDE.

I made a form and attached a KeyListener to my various controls as such:

    jButton1.addKeyListener(new java.awt.event.KeyAdapter() {
        public void keyTyped(java.awt.event.KeyEvent evt) {
            keyTypedEvent(evt);
        }
    });

and keyTypedEvent is defined as such:

private void keyTypedEvent(java.awt.event.KeyEvent evt) 
{                               
System.out.println(evt);
appendDisplay(String.valueOf(evt.getKeyChar()));
} 

I added a println to the evt to see what happens and to verify that my keylistener does work.
When I build and run my application, I realized that the output always seems to have a keycode = 0

To verify this, I had changed my println to be evt.getKeyCode() and it is always returning 0.

I could be completely misinterpreting what KeyCode does, but I thought that it would coorespond with the values in Oracle’s documentation here:

http://docs.oracle.com/javase/7/docs/api/constant-values.html#java.awt.event.KeyEvent.VK_ESCAPE

For instance, VK_ESCAPE has a value of 27.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T11:33:18+00:00Added an answer on June 18, 2026 at 11:33 am

    The keyTyped() event is only used for keys that produce character input. If you want to know when any key is pressed or released, you need to implement keyPressed() or keyReleased().

    From the KeyEvent API:

    “Key typed” events are higher-level and generally do not depend on the
    platform or keyboard layout. They are generated when a Unicode
    character is entered, and are the preferred way to find out about
    character input….

    For key pressed and key released events, the getKeyCode method returns
    the event’s keyCode. For key typed events, the getKeyCode method
    always returns VK_UNDEFINED.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Java Swing application wich spawns child dialogs with text controls. And
I'm using NetBeans IDE 7.2 on Windows 7 to create a Java Swing Application.
I have a java swing application which has a form that I populate by
I have a Java Swing application that is being used as a cluster application.
I have a Java swing application with a button that produces a popup window
So I have a strange problem, I have a java swing application that has
I've creating a Java Swing application and I realized that I have many many
I would like to create extend a Java Swing application to have a look
I need to do some printing from my Java Swing application. I have tried
I have a really strange issue. I am working on a Java SWING application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.