Create TextArea TextArea textArea = new TextArea(); // Set text textArea.setText("Hello"); // Get text String text= textArea.getText(); ...
確定! 回上一頁