JTextArea text = new JTextArea(myLongString,10,100); text.setLineWrap(true); text.setWrapStyleWord(true); myContainer.add(text);.
確定! 回上一頁