Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Vail {
- public static void main(String[] args) {
- String s = null;
- while(s!="Привет"){
- s = JOptionPane.showInputDialog("Введите пароль: ");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement