This is a simple password generator application with a graphical user interface.
It allows the user to enter a password length between 0 and 100 characters and choose the character types (lower case letters, upper case letters, numbers and special symbols except \ and ") allowed to make the password by checking or unchecking the checkboxes. The generated password is displayed and can be copied to the user's clipboard by using the Copy Password button.
- Copying text to clipboard (https://stackoverflow.com/questions/6710350/copying-text-to-the-clipboard-using-java)