Search:

Type: Posts; User: zennbang

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,532

    Re: Need Help with Arrays

    Thanks Norm!

    I just want to double check, if my coding is correct.

    centerPnl = new JPanel(new GridLayout(3, 3, 5, 5));

    picBtn = new JButton[9];
    for (int i = 0; i <...
  2. Replies
    3
    Views
    1,532

    Need Help with Arrays

    Hi, i am new here so i did not really know if i post it on the correct section. Still i got a question to ask. How do i insert different images into a array of buttons i have created. I have attached...
Results 1 to 2 of 2