Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1000 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 1000 Bytes

Password-Generator

A password generator is a software tool that creates random or customized passwords for users. It helps users create stronger passwords that provide greater security for a given type of access.The Password Contains alphabets(a-z & A-Z),Numeric Characters(0-9) and Special Characters( $, #, @, !,%,^,&,*,(,)).

Swing (GUI)

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) – an API for providing a graphical user interface (GUI) for Java programs.

For more

https://www.geeksforgeeks.org/creating-frames-using-swings-java/

AWT(Abstract Window Toolkit)

It is a platform dependent API for creating Graphical User Interface (GUI) for java programs.

For more

https://www.javatpoint.com/java-awt

Application Screenshot