/Login

A login system. In the future it will connect to a database.

Primary LanguageJava

Login System OOP-Java-Swing

This is a login system using Java, Swing and OOP principles. Users are already stored in a hashmap. As a user you try to login to your account inserting your Username and Password. The result is a welcome message by inserting correct Username/Password or a wrong message showing what you did wrong.