Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,530

    [SOLVED] Re: String max out

    You could also come up with your own window using a JTextField if you really wanted to limit the number of characters. There are a number of ways to accomplish this. I suggest googling something like...
  2. Replies
    7
    Views
    1,530

    [SOLVED] Re: String max out

    Why don't you just check the length of the String, and then re-prompt the user if it's not in a valid range?
  3. Replies
    7
    Views
    1,530

    [SOLVED] Re: String max out

    What exactly do you mean? What do you mean by "allowed"? What should happen if a String with a greater length is created? When are the Strings created?
Results 1 to 3 of 3