事件public class test{ public static void main(String args[]) { win1 bb = new win1(); } } class win1 extends JFrame{ JTextField txt1 = new JTextField(18); ...
確定! 回上一頁