import java.awt. ... public class TestJButton extends JApplet { JButton b1, b2, b3; ... CENTER); add(b2); // text on the top b3 = new JButton("Special", ...
確定! 回上一頁