I am working with Swing and I created a JFrame in which I put 9 buttons. But I need to access quickly to these buttons, so I would like to create a table of all my JButtons, where I'll be able to access rapidly the buttons. But I dont find the syntax to declare it...
Can you help me ?