Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enriqueseor/container-manager
Simple Java app using JOptionPane
https://github.com/enriqueseor/container-manager
joptionpane
Last synced: 5 days ago
JSON representation
Simple Java app using JOptionPane
- Host: GitHub
- URL: https://github.com/enriqueseor/container-manager
- Owner: enriqueseor
- License: mit
- Created: 2023-12-14T15:58:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-12T16:03:28.000Z (12 months ago)
- Last Synced: 2024-01-13T07:18:40.392Z (12 months ago)
- Topics: joptionpane
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Container Manager
This [Java](https://www.java.com/en/) Container Manager is a simple tool to manage containers. All the user
interface is done completely with JOptionPane, a Java library to show pop ups on
screen.![mainScreen](resources/mainScreen.png)
## Table of Contents
1. [Technologies Used](#technologies-used)
2. [Features](#features)
3. [Getting Started](#getting-started)
6. [License](#license)## Technologies Used
- **Java**
- **JOptionPane**## Features
The app offers a wide range of features to help you efficiently manage containers of a boat, including:
- **Container creation:** Store and organize essential employee details.
- **Container Modification:** Modify the actual containers you've already created.
- **Container listing:** Show the containers of the boat.
- **Container deletion:** Empty the boat of containers.
## Getting Started
To run this project locally, follow these steps:
1. Clone the repository
2. Open the project in the IDE you like.
3. Run the code.## License
This project is licensed under the [MIT License](LICENSE).