开发者

Java image icon array

开发者 https://www.devze.com 2023-02-22 01:02 出处:网络
How can I make an array of image icons? When I click a JButton on a different clas开发者_C百科s, the ImageIcons should be set to a JLabel.ImageIcon[] array and when clicking the button: label.setIcon(

How can I make an array of image icons? When I click a JButton on a different clas开发者_C百科s, the ImageIcons should be set to a JLabel.


ImageIcon[] array and when clicking the button: label.setIcon(array[i]) in the actionPerformed method of the corresponding ActionListener.


Also consider this alternate implementation of Card.

0

精彩评论

暂无评论...
验证码 换一张
取 消