Popup Message boxes

后端 未结 8 1164
粉色の甜心
粉色の甜心 2020-12-04 16:33

I am unsure of how to code popup message box in my methods.

public String verify(){
    String result = \"failed\";
    int authcode = staffBean.getVerifyCod         


        
8条回答
  •  情书的邮戳
    2020-12-04 16:48

    Use the following library: import javax.swing.JOptionPane;

    Input at the top of the code-line. You must only add this, because the other things is done correctly!

提交回复
热议问题