Enable Word wrapping to force the Text area to not wrap in the middle of a word. JTextArea c = new JTextArea(); c.setLineWrap(true); c.
確定! 回上一頁