public class ButtonColour implements ActionListener { JButton colourButton = new JButton("Change Colour"); public ButtonColour() { JFrame frame = new ...
確定! 回上一頁