setLayout(new BorderLayout()); JButton button = new JButton("Whatever here"); JTextArea t2 = new JTextArea(5, 30); JScrollPane scrollPane ...
確定! 回上一頁