quote:
Originally posted by leito.gt
2. I'm learning Java, and I create a JButton [][], but when I try to set button[1][1].setLabel("String"); it doesn't work.
Do you get an error when you try? If so, then you may not have created the button first. JButtons have a contructor that needs calling before you can use them.