This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package chapter4; | |
import javax.swing.JOptionPane; | |
import javax.swing.JButton; | |
public class exersice11 { | |
public static void main(String[] args) { | |
// TODO Auto-generated method stub | |
// input email1 | |
String email1=JOptionPane.showInputDialog("plz enter your email addres"); | |
// check email1 |