Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~330 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for guessvic

import javax.swing.*; public class aaa{ public static void main(String[]args){ String username; int i; String password; int j; String[]uname={"geerthan"}; String[]pwd={"19881108"}; password.setEchoChar('*'); boolean loop=true; while(loop){ username=JOptionPane.showInputDialog("Enter the Username"); if(username.equals("")){ String message="Please Enter the Username"; JOptionPane.showMessageDialog(new JFrame(),message,"Warning",JOptionPane.WARNING_MESSAGE); } else { password=JOptionPane.showInputDialog("Enter the Password"); if(password.equals("")){ String message="Please Enter the Password"; JOptionPane.showMessageDialog(new JFrame(),message,"WARNING",JOptionPane.WARNING_MESSAGE); } else …

Member Avatar for geerthan08
0
330

The End.