f=new JFrame("JButton1"); f.setBounds(0,0,400,300); f.setVisible(true); Container cp=f.getContentPane(); JButton b1=new JButton("確定");
確定! 回上一頁