{"id":20929768,"url":"https://github.com/RedInfinityPro/Java-form-login","last_synced_at":"2025-03-13T01:42:48.600Z","repository":{"id":250904027,"uuid":"834625712","full_name":"RedInfinityPro/Java-form-login","owner":"RedInfinityPro","description":"This Java login application demonstrates creating a graphical user interface (GUI) for user authentication using `JFrame`, `JButton`, `JTextField`, `JPasswordField`, and `JLabel`.","archived":false,"fork":false,"pushed_at":"2024-10-12T22:27:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T03:04:16.499Z","etag":null,"topics":["actionevent","actionlistener","color","font","hashmap","jbutton","jframe","jlabel","jpasswordfield","jtextfield"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedInfinityPro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-27T21:09:11.000Z","updated_at":"2024-10-12T22:28:00.000Z","dependencies_parsed_at":"2024-07-30T19:18:46.117Z","dependency_job_id":"3ecd9024-2879-4b9c-a6ca-0996f4169d73","html_url":"https://github.com/RedInfinityPro/Java-form-login","commit_stats":null,"previous_names":["statute8234/java-form-login","redinfinitypro/java-form-login"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FJava-form-login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FJava-form-login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FJava-form-login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FJava-form-login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedInfinityPro","download_url":"https://codeload.github.com/RedInfinityPro/Java-form-login/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324263,"owners_count":20273099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actionevent","actionlistener","color","font","hashmap","jbutton","jframe","jlabel","jpasswordfield","jtextfield"],"created_at":"2024-11-18T21:23:44.459Z","updated_at":"2025-03-13T01:42:48.570Z","avatar_url":"https://github.com/RedInfinityPro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Login Applicatio\n\nfont color hashmap jframe actionevent jbutton actionlistener jlabel jpasswordfield jtextfield \n\nThis is a simple Java login application that demonstrates how to create a graphical user interface (GUI) for user authentication using `JFrame`, `JButton`, `JTextField`, `JPasswordField`, and `JLabel`.\n\n[![Static Badge](https://img.shields.io/badge/java.util.HashMap-orange)](https://mvnrepository.com/artifact/java.util.HashMap)\n[![Static Badge](https://img.shields.io/badge/java.awt.Color-black)](https://mvnrepository.com/artifact/java.awt.Color)\n[![Static Badge](https://img.shields.io/badge/java.awt.Font-pink)](https://mvnrepository.com/artifact/java.awt.Font)\n[![Static Badge](https://img.shields.io/badge/java.awt.event.ActionEvent-red)](https://mvnrepository.com/artifact/java.awt.event.ActionEvent)\n[![Static Badge](https://img.shields.io/badge/java.awt.event.ActionListener-purple)](https://mvnrepository.com/artifact/java.awt.event.ActionListener)\n[![Static Badge](https://img.shields.io/badge/java.util.HashMap-red)](https://mvnrepository.com/artifact/java.util.HashMap)\n[![Static Badge](https://img.shields.io/badge/javax.swing.JButton-orange)](https://mvnrepository.com/artifact/javax.swing.JButton)\n[![Static Badge](https://img.shields.io/badge/javax.swing.JFrame-gray)](https://mvnrepository.com/artifact/javax.swing.JFrame)\n[![Static Badge](https://img.shields.io/badge/javax.swing.JLabel-blue)](https://mvnrepository.com/artifact/javax.swing.JLabel)\n[![Static Badge](https://img.shields.io/badge/javax.swing.JPasswordField-purple)](https://mvnrepository.com/artifact/javax.swing.JPasswordField)\n[![Static Badge](https://img.shields.io/badge/javax.swing.JTextField-purple)](https://mvnrepository.com/artifact/javax.swing.JTextField)\n\n## Table of Contents\n\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## About\n\nThis Java login application demonstrates creating a graphical user interface (GUI) for user authentication using `JFrame`, `JButton`, `JTextField`, `JPasswordField`, and `JLabel`.\n\n## Features\n\nThe project consists of the following classes:\n\n1. **main**\n   - The entry point of the application. It initializes the `authorisation` class and opens the `loginForm`.\n\n2. **loginForm**\n   - This class creates the GUI for the login form. It contains `JFrame`, `JButton`, `JTextField`, `JPasswordField`, and `JLabel` components.\n   - It also handles the login and reset actions through the `ActionListener` interface.\n\n3. **authorisation**\n   - This class contains a `HashMap` to store login credentials and provides a method to retrieve the login information.\n\n4. **userPage**\n   - A placeholder class that represents the user's page after successful login.\n\n\n## Installation\n\n\n## Usage\n\n1. Compile all the Java files:\n   ```sh\n   javac main.java loginForm.java authorisation.java userPage.java\n\n## Contributing\n\nWe welcome contributions to this project! To contribute, please follow these steps:\n\n1. **Fork the repository**: Click the \"Fork\" button at the top right corner of this repository to create your own copy of the project.\n\n2. **Clone your fork**: Clone your forked repository to your local machine.\n   ```sh\n   git clone https://github.com/your-username/your-forked-repo.git\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedInfinityPro%2FJava-form-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRedInfinityPro%2FJava-form-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedInfinityPro%2FJava-form-login/lists"}