출처: http://blog.naver.com/mini_wor1d?Redirect=Log&logNo=150141298003


int A;

String B;


// int to string

B = Integer.toString(A);


// string to int

A = Integer.parserInt(B);

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

Border  (0) 2012.09.12
MFC와 같이 group 묶어주는 titled border  (0) 2012.09.11
Choice ItemListener  (0) 2012.09.07
JTextArea에 글 넣기  (0) 2012.09.07
Window Builder  (0) 2012.08.30
Posted by halloRa
,