It's easy, just create an array of components:JBotton[] buttons = new JButton[10];for( int i = 0 ; i < 10 ; i++ ) {buttons[i] = new JButton("Button " + i);}