import java.awt.event.*; import javax.swing.*; public class ButtonColour implements ActionListener { JButton colourButton = new JButton("Change Colour"); ...
確定! 回上一頁