Advertisement
Guest User

Untitled

a guest
Feb 15th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. public class Vail {
  3.  
  4. public static void main(String[] args) {
  5. String s = null;
  6. while(s!="Привет"){
  7. s = JOptionPane.showInputDialog("Введите пароль: ");
  8. }
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement