Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Thread: Crazy array

    by Norm
    Replies
    18
    Views
    2,670

    Re: Crazy array

    That would be what is viewable means. To change what is shown by moving the viewable area up, down, left or right.
  2. Thread: Crazy array

    by Norm
    Replies
    18
    Views
    2,670

    Re: Crazy array

    JScrollBar is a component that can be added to a JFrame. Then it'd be up to you to determine what is viewable on the JFrame as determined by the JScrollBar settings.
  3. Thread: Crazy array

    by Norm
    Replies
    18
    Views
    2,670

    Re: Crazy array

    Please post the full text of the error message.

    Indexes go out of bounds when you set them past the end of the array.
    You need to display the length of the array and the value of the index as it...
Results 1 to 3 of 3