setLayout (new GridLayout(3, 1, 3, 3)); Panel A1 = new Panel(); this.add(A1); Panel A2 = new ... setLayout(new GridLayout(2, 1)); screen = new TextField(12); ...
確定! 回上一頁