184185186187188189190191192193194
return false; } try { image.getWidth(); pasword_image = new LoadImage(image); } catch (Exception e) { JOptionPane.showMessageDialog(this, "Unable to Load Image!!", e.getMessage(), JOptionPane.ERROR_MESSAGE); e.printStackTrace(); return false; }