Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,560

    Re: Need Help with Arrays

    What did the compiler say?
  2. Replies
    3
    Views
    1,560

    Re: Need Help with Arrays

    You can not insert images into an array of buttons.
    You can set the image for each button in the array.
    For example:
    JButton[] someBtns = ... // define an array of buttons
    ......
Results 1 to 2 of 2