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.
我正在为班级创建一个记忆卡游戏,并试图弄清楚如何使我的图像可点击并在 Java 中进行评估。我在这里使用了之前的教程,但是我的图像是用数字命名的,所以它们可以随机化。
这给了我错误,我不明白为什么。
另外,如何为这些卡片创建某种评估方法,它们被命名为 0-8(0 是卡片的背面)?我知道它需要是某种布尔代码。
将 aJButton与ActionListener. 可以Icon为按钮中的各种条件设置一个,但如果这不适合任务,您可能只是actionPerformed()在侦听器的方法中更改它们。
JButton
ActionListener
Icon
actionPerformed()
这个例子展示了一些处理图像的技巧,这些技巧JToggleButton也适用于JButton- 删除图像周围的边框。
JToggleButton