I am unsure of how to code popup message box in my methods.
public String verify(){ String result = \"failed\"; int authcode = staffBean.getVerifyCod
Use the following library: import javax.swing.JOptionPane;
import javax.swing.JOptionPane;
Input at the top of the code-line. You must only add this, because the other things is done correctly!