Page 493 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 493

});

                             //알람  메시지를  설정

                                       alert.setMessage("아이피  주소가  입력되지  않았습니다.");

                             alert.show();

                                  }  else  if (msg.what  ==  3) {

                                       startButton.setText("층확인  시작");

                                       AlertDialog.Builder alert =  new  AlertDialog.Builder(MainActivity.this);
                                       alert.setPositiveButton("확인",  new  DialogInterface.OnClickListener()  {

                                             @Override

                                             public  void  onClick(DialogInterface  dialog, int which)  {

                                                  Intent  intentSubActivity  =  new  Intent(MainActivity.this,
                    SettingActivity.class);

                                  //세팅  엑티비티를  뛰움

                                                  startActivity(intentSubActivity);

                                             }
                                       });

                                //알람메시지를  뛰움

                                                  alert.setMessage("네트워크  통신에러  :  기기나  아이피를  다시  확인해주세요.");

                                       alert.show();

                                  }

                             }

                       };




                      //  메뉴창을  뛰움
                       @Override

                          public  boolean  onCreateOptionsMenu(Menu  menu)  {

                             getMenuInflater().inflate(R.menu.menu_main,  menu);

                             return true;

                       }



            인천전자마이스터고등학교
                                                         -  486  -
   488   489   490   491   492   493   494   495   496   497   498