JTextArea textArea = new JTextArea(); textArea.setFont(new Font("細明體", Font.PLAIN, 16)); textArea.setLineWrap(true); JScrollPane ...
確定! 回上一頁