Skip to content

Commit bd89b91

Browse files
authored
Merge pull request #17 from ohjinseo/user_edit
회원 정보 수정창 설정
2 parents 59e9dab + 5fa26a1 commit bd89b91

File tree

11 files changed

+65
-9
lines changed

11 files changed

+65
-9
lines changed

bin/view/BookInfo$1.class

562 Bytes
Binary file not shown.

bin/view/BookInfo.class

1003 Bytes
Binary file not shown.

bin/view/SearchBook$1.class

0 Bytes
Binary file not shown.

bin/view/SearchBook$2.class

0 Bytes
Binary file not shown.

bin/view/SearchBook$3.class

0 Bytes
Binary file not shown.

bin/view/SearchBook.class

998 Bytes
Binary file not shown.

bin/view/UserInfo$1.class

0 Bytes
Binary file not shown.

bin/view/UserInfo$2.class

0 Bytes
Binary file not shown.

bin/view/UserInfo.class

369 Bytes
Binary file not shown.

src/view/SignUp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ public void keyReleased(KeyEvent e) {
608608
get_verification_Button.setBounds(361, 172, 91, 32);
609609
panel.add(get_verification_Button);
610610
get_verification_Button.addMouseListener(new MouseAdapter() {
611+
611612
//코드받기 버튼 클릭시 호출되는 리스너
612613
@Override
613614
public void mouseClicked(MouseEvent e) {
@@ -649,7 +650,7 @@ protected PasswordAuthentication getPasswordAuthentication() {
649650
message.setText("인증코드 : "+verification_code);
650651

651652
Transport.send(message);
652-
JOptionPane.showMessageDialog(null, "인증코드가 발송되었습니다.", "인증코드 발송 안내", JOptionPane.INFORMATION_MESSAGE);
653+
JOptionPane.showMessageDialog(null, "인증코드가 발송되었습니다. 네이버 메일이 아니라면 0000을 입력해 주세요.", "인증코드 발송 안내", JOptionPane.INFORMATION_MESSAGE);
653654
}catch(MessagingException e1) {
654655
System.out.println("회원가입 메일로 메시지 인증코드 발송 과정에서 오류발생");
655656
e1.printStackTrace();

0 commit comments

Comments
 (0)