ULCTextArea textArea = new ULCTextArea("First line\n" + "Second line", 10, // rows 3); // columns textArea.setLineWrap(true); textArea.setWrapStyleWord(true);.
確定! 回上一頁