Search:

Type: Posts; User: hafunui

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    4,479

    Re: Remove focus from JSpinner?

    Ok, I've solved this one. Apparently setting focasable to false on the spinner alone isn't enough; I have to setFocusable(false) on every component of the JSpinner editor object too.


    ...
  2. Replies
    4
    Views
    4,479

    [SOLVED] Remove focus from JSpinner?

    I'm working on program that has the arrow keys traverse a JList via a KeyboardEventDispatcher, and it works on a global level like I want. But I also have a spinner and it keeps changing value when I...
Results 1 to 2 of 2