View Single Post
Old 12-30-2012, 01:35 AM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
As you've said, a loop to apply an action listener to each of the buttons.
An alternative could be to use a JList and render it to look and act like button's instead. This would only require one listener since each of the items is a part of the JList collection and not a separate component like an array of JButton is.
Fou-Lu is offline   Reply With Quote