출처: http://hay6308.tistory.com/


JTextArea text_area = new JTextArea();

text_area.append("A");

text_area.append("B");



[예시]

A

B



하고 보이게 된다.

'프로그래밍 > JAVA' 카테고리의 다른 글

string to integer, integer to string  (0) 2012.09.07
Choice ItemListener  (0) 2012.09.07
Window Builder  (0) 2012.08.30
JFileChooser, window 열기 창, 저장 창, 파일 선택 창  (0) 2012.08.30
프레임 종료 코드  (0) 2012.08.30
Posted by halloRa
,