출처: 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
,

출처: http://cafe.naver.com/hackeracademy/13301

Posted by halloRa
,

출처: http://auctionpro.co.kr/?p=125 ( 삭제 )

출처: http://gudle.net/457 (재설치 및 설정)


# rpm -qa | grep MySQL
If you want to install mysql-server from the repository (base, epel, …), you must uninstall the MySQL-server first by executing:

# yum remove MySQL-*
and then:

# yum install mysql mysql-server mysql-devel

Posted by halloRa
,