String str1 = new String(new Date());
  txt1.setText(str1);


에러가 나옵니다.

오늘 날짜를 테스트필드에 나오게 하려고 합니다.

방법 좀 알려 주십시오.

꾸벅