private JButton exitB, appendB; public WhiteBoard() ... appendB = new JButton("Append"); appendB.addActionListener(this); ... setColor(Color.red);
確定! 回上一頁