Hi all
i need help making my minor project ;
i m making a desktop application which requiers login and authentication
my major portion of program is based on Swings so i need help
for creating a login window
Printable View
Hi all
i need help making my minor project ;
i m making a desktop application which requiers login and authentication
my major portion of program is based on Swings so i need help
for creating a login window
I'm not sure what you mean by that your program is based on Swings (like Java Swing GUI stuff?). Anyway, you could look at the class documentation for JTextField and JPasswordField.
I'm sure you know this, but if you want to find more info on those classes you could do a google search for java class documentation and then click on the first link. Then hit ctrl + f (find) and type JTextField or JPasswordField to find more information about the classes.
Good luck and I hope this helps.
What else do you plan on doing... When your program authenticates, is it going to connect to an outside source... Do you want any type of encription... And do you want it to be a pop up or a in a JPanel in your JFrame...