import java.awt.event.*; public class Formulario extends JFrame implements ActionListener{ private JTextField textfield1; private JLabel label1; ...
確定! 回上一頁