JFrame frame = new JFrame("我的窗口"); frame.setLayout(new GridLayout(3,2,10,10)); frame.setSize(300,200); JTextField textField2 = new ...
確定! 回上一頁