Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    31
    Views
    4,356

    Re: n00b asking jspinner question

    If you posted an SSCCE along with the full stack trace, I'm sure somebody would be happy to help you.
  2. Replies
    31
    Views
    4,356

    Re: n00b asking jspinner question

    Which part is giving you trouble? I suggest building a standalone program separate from your main code, that way you can work with the JTextField by itself, then set that JTextField as a JSpinner's...
  3. Replies
    31
    Views
    4,356

    Re: n00b asking jspinner question

    It's not complicated, that's the thing. Create a JTextField that behaves how you want, then set it as the editor using the JSpinner.setEditor() function.
  4. Replies
    31
    Views
    4,356

    Re: n00b asking jspinner question

    When posting code, please use the highlight tags. Unformatted code is very hard to read.

    You're going to have to set up some custom listeners or create a custom editor that does what you want.
Results 1 to 4 of 4