Tab key dosent work on some machines

Hi,
We have a swing application in which we use tab key to navigate input fields. The problem is that on some machines the tab key does not do anything where on some it works perfectly.
Could it be a JRE version or any other issue? (OS is Windows 2000 on all machines)
Any input will be much appreciated.
Thanks,

What version are you using? 1.4 or 1.3.1

Similar Messages

  • I cannot get the caps lock key or the tab key to work.  Could they be broken?

    I cannot get my caps lock key or the tab key to work.  This is a wired keyboard.  Could the keyboard be broken, or have I messed up some setting?

    Very possibly however you haven't completed a profile so we have no idea what version of OS X you use. First thing to do is complete your profile, if you don't know how  please click Profile Update.
    I am going to assume you are running ML, if so open System Preferences - Keyboard - uncheck the box that says  Use all F1, F2, etc. keys as standard function Keys.
    If that does not work then please reset the SMC and PRAM each 3x back to back.  You can find instructions by clicking Intel iMac SMC and PRAM resets

  • My apple wireless keyboard got wet a year ago i sprayed the cleaning spray on it some of the keys are working but some of the keys aren"t working. it got sprayed a year ago What should i do??? Can it be recovered plz tell?

    I sprayed it a year ago i really like the keyboard and i really need it can it be recovered??? My apple wireless keyboard got wet a year ago i sprayed the cleaning spray on it some of the keys are working but some of the keys aren"t working. it got sprayed a year ago What should i do??? Can it be recovered plz tell?

    There is almost no chance it can be recovered, except at a cost far greater than a new keyboard.  Once wet, spraying with a cleaner will not do any good and most likely will make the situation worse.
    Best thing at this point is go to your Apple store, or the on-line store, and buy a new keyboard.  Water damage is not covered by the warranty or AppleCare.

  • DaRT with Windows 8.1 not working on some machines

    Problem: x64 bit DaRT8/801/8.1 not recognizing the OS and utlities are greyed out/unavailable on some machines.
    System: Windows 8.1 x64
    Steps taken:
    Tried different DaRT toolset versions, set BIOS SATA operation to different modes, tried both UEFI and Legacy mode secure boot mode off/on, created the DaRT image with Windows 8 installation media and Windows 8.1, tested the DaRT boot iso on Virtual Machines
    and it worked, all the utilities available.
    Eventually gave up and booted into MiniXP from Hirens boot CD and reset the local account password with NTpass tool.
    Why would DaRT work on some machines and not on others?

    How was the SATA configured originally? If it was configured for RAID/AHCI and the DaRT disk does not have the RAID/AHCI driver the operating system may not be detectable, even if the mode is changed in the firmware.
    Brandon
    MDOP on the Springboard Series on TechNet

  • How do I get my caps lock and tab keys to work again?

    how do I get my caps lock and tab keys to work again?

    Have a look at > One or more keys on the keyboard do not respond

  • ALT+TAB key not working in Acrobat CC

    In PC, ALT+TAB key not working in Acrobat CC version...PLs. suggest your best ASAP

    How does this connect to the Acrobat SDK? Are you a programmer?

  • Adobe Staff Please Read - Tab Key Not Working in InDesign HTML5 based panel

    Tab Key Not Working in InDesign HTML5 based panel
    Instead of changing focus to next entry field when the tab key is pressed it hides the panel instead.
    UI Nightmare.

    I’m using editable text fields. When I hit tab nothing happens. Focus stays on current text field.
    Mike Baugh • Creative
    Director, Digital Production
    +1 240-662-4442 office
    +1 410-807-1633 mobile
    [email protected]<mailto:[email protected]>
    agency.discovery.com<http://agency.discovery.com/>

  • Making the Tab key not work in the JTextArea

    In my view I have a JTextArea along with a bunch of JTextFields and JComboBoxes. The user is usually going to tab out of a field in order to go to the next field. What's happening is when the user tries to tab out of the JTextArea, the cursor just moves by a tab length within the JTextArea instead of going to the next field. And if the JextArea has some text in it and if the user tabs into the JTextArea, the whole text gets selected and on hitting the next tab, it gets wiped out.
    I am trying to make the JTextArea not respond to the tab by writing the following code. Keymap keyMap = JTextComponent.getKeymap(JTextComponent.DEFAULT_KEYMAP);
    KeyStroke tabKey = KeyStroke.getKeyStroke(KeyEvent.VK_TAB, 0, false);
    keyMap.removeKeyStrokeBinding(tabKey);
    jTextArea1.setKeymap(keyMap);But it's still not working. Can anybody tell what's wrong with that code. Or is there any other way to do it? Any help/hints appreciated.
    Thanks.

    >
    If you're using jdk1.4, those other solutions won't
    work because the focus subsystem has changed radically
    (see
    http://java.sun.com/j2se/1.4/docs/api/java/awt/doc-file
    /FocusSpec.html). The upshot is that you have to
    specifically register the keystrokes that you want to
    use for focus traversal. In your case, you have to
    re-register the Tab and Shift-Tab keys, and
    they don't seem to have provided a simple way to do
    that. Here's what I come up with:Set forwardTraversalKeys = new TreeSet();
    forwardTraversalKeys.add(KeyStroke.getKeyStroke(
    KeyEvent.VK_TAB));
    forwardTraversalKeys.add(KeyStroke.getKeyStroke(
    KeyEvent.VK_TAB, InputEvent.CTRL_MASK));
    textArea.setFocusTraversalKeys(
    KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS,
    forwardTraversalKeys);
    Set backwardTraversalKeys = new TreeSet();
    backwardTraversalKeys.add(KeyStroke.getKeyStroke(
    KeyEvent.VK_TAB, InputEvent.SHIFT_MASK));
    backwardTraversalKeys.add(KeyStroke.getKeyStroke(
    KeyEvent.VK_TAB, InputEvent.SHIFT_MASK |
    K | InputEvent.CTRL_MASK));
    textArea.setFocusTraversalKeys(
    KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS,
    backwardTraversalKeys);Or, you can just press CTRL+TAB instead of TAB when
    you get to the JTextArea :).=====================================
    i used the above thing but i am getting exceptions classcast exception n method not found (forwardTraversalKeys.add(KeyStroke.getKeyStroke(KeyEvent.VK_TAB));)keystroke.get keyStroke(int)???? where i am going wrong as it will be quite helpful for me am using jdk1.4.1_02
    thnaks

  • Space Bar + Tab Key not working

    The space bar and tab key on my Macbook stopped working last night approximately 11:30pm. Any suggestions as to how to fix this problem? I tried using disc utility but it didn't work.
    Thanks,
    Greg

    Perhaps there is something in this article that might help:
    [Some of the keys on my keyboard don't work|http://docs.info.apple.com/article.html?artnum=300547]
    If there is no soulution in the article, try the genius bar if it's under warranty or an authorized repair location can probably give you a quote if it's not. You could even try an external keyboard.
    Good luck.

  • Tab Key Stopped Working

    Hello,
    Does anyone know why the tab key would suddenly stop working?
    Running an iMac 27" with wired keyboard.
    Very frustrating.
    Thanks,
    Matt

    Hello:
    I suspect that the KB has a hardware problem.
    However, you could reset the PRAM and SMC to see if that corrects the problem.
    Barry

  • Tab key does work in module pool

    Dear,
    Please, someone already passed or saw the following situation:
    In a module pool Z, in a tab item creation (there are several columns to be filled), pressing the TAB key, the cursor is directed to the next empty field, the moment presciono the enter key or realize any screen action and I try to fill the second line, to add one more item, the TAB key does not "work" properly, where the scrollbar should follow the cursor.
    I checked the characteristics of the screen.
    Thanks

    Dear,
    Please, someone already passed or saw the following situation:
    In a module pool Z, in a tab item creation (there are several columns to be filled), pressing the TAB key, the cursor is directed to the next empty field, the moment presciono the enter key or realize any screen action and I try to fill the second line, to add one more item, the TAB key does not "work" properly, where the scrollbar should follow the cursor.
    I checked the characteristics of the screen.
    Thanks

  • Shift key not working with some keys

    I am using a MAC Pro with two hard drives.  One runs Leopard and the other MS windows.  while in windows, the birghtness key illuminated (f2 key) and suddenly the shift 2, w, s, x keys quit working.  I decided to reboot and while holding the option key to boot into windows, the system did not recognize the option key and booted me into Leopard.  so now I notice the shift 2, w, s, x, and option key are not working.  Any suggestions?  Also, the brightness icon is still lit up on my screen and I am not able to make it go away or even adjust...

    I'm having this same exact issue. Anyone know of a fix? Is it possible junk in the keyboard?
    I tested my keys using the keyboard viewer, and when I hit function it recognizes it, but it doesn't when it is loading.

  • HT201236 my 'tab' key stopped working. I would like to assign a different key to replace it. is that possible?

    thanks!!

    Thanks for your replies.
    It is definite, according to my testings, that there is a hardware problem with the keyboard.
    i am looking for a way to assign a different key or combination of keys, instead of the 'tab' key.
    Illaass- I would rather find a way, within apples system to do this, rather than playing around with the system files... thanks

  • Expose keys stop working after some time

    Hi,
    I am experience some failure of my Exposé keys after a certain amount of time without rebooting the system. (~2 hours+). Usually you can show the Desktop by pressing F11, show all application windows with F10 and so on. After the system booted everything works like I would expect it, but then the keys doesn't react anymore.
    F11 seems to send the command to the foreground application, instead to the OS which causes fullscreen presentation for the firefox browser.
    I can fix the issue temporarily by restarting the dock, however after a hour the problem reappears. That is very annoying and frustrating.
    What can I do?

    Have you looked at the server.log to see if you have any other clues to the point of failure?

  • XMLDocument.Validate works on some machines but not on others

    Hi All
    I have a problem which I cannot Solve ,  I have a routine that Validates a node in a document  against a XSD file using the XmlDocument.Validate  method. This works fine on several machines but on a different network using the Same Document and schema files validate fails  with a validation exception element not found . I cannot figure out why the exact same files and application should be successful on one machine and unsuccessfull on another. I have used Filemon to see if their are ACCESS DENIED problems but there are none.
    I have reinstalled the framework 2.0, to no avail
    Regards

    I am trying to Get the Details on to an HTTP server no luck yet,  and this fourm says that the files are to large to upload. , I have noticed the FILEMON says that the MSCORLIB.PDB file was not found in two locations WINNT and WINNT\dll  would this have somthing to do with the problem. I have given the XML and Schema files to others to view but they confirm that there is nothing wrong with the file or the schema.   

Maybe you are looking for

  • Get higher resolutions for extended desktop

    We have a new iMac. We also have an older Apple Cinema HD display monitor that we're using with the iMac as an extended desktop. On the iMac, we're using 2560 x 1440 resolution; but the highest resolution we can get on the Cinema HD is only 1280 x 80

  • Change currency in contract

    Dear experts, Once the  value contract is created and instead of entering USD, entered EUR in currency key,while changing the same in change mode-ME32K,currency field is in display mode-- checked the Field selection key-WKK, and ME32K field selection

  • Query taking long

    HI I have a query which is running longer . I have checked every option of tuning this .I have attached the explain plan for the same . It seems it is doing a cartisian product . SELECT   analytic_source_cd,            SUM (CASE WHEN pricing_dt = '24

  • "format appears twice" in "to_date"

    I have a C program running on UNIX. I am trying to insert a "timestamp" (year to seconds) from a host variable typed as VARCHAR. With "to_date(:varname,'MM-DD-YYYY HH:MM:SS')" inserted in the VALUES section, the "format appears twice" message appears

  • How can I run script every 10 minutes

    Hello , I just wondering if oracle application server has a way to run a normal java class,servlet or JSP for every (for example) 10 minutes. I mean I want to automate a java class for a spesific time like running a script on UNIX using CRON JOB Rega