Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何制作一组图像图标?JButton当我在不同的类上单击 a时,ImageIcon应将 s 设置为 a JLabel。
JButton
ImageIcon
JLabel
ImageIcon[] array而当点击按钮时:label.setIcon(array[i])在actionPerformed对应的方法中ActionListener。
ImageIcon[] array
label.setIcon(array[i])
actionPerformed
ActionListener
还要考虑Card.
Card