Object-Oriented Programming in Java 🚀

Java UI

Table of Contents 📚

  1. Description
  2. Structure
  3. Installation
  4. Usage
  5. Contribution
  6. Troubleshooting
  7. License

Description 🖋️

This repository contains projects and exercises of Object-Oriented Programming (OOP) in Java, developed with Java 8 and NetBeans. The projects cover various OOP concepts such as repetitive structures, classes and objects, inheritance, abstract classes, interfaces, composition, aggregation, polymorphism, inner classes, exception handling, and GUI.

Structure 📂

├── .github
│ └── workflows
├── 1
│ ├── Proyecto_1 : Repetitive Structures
│ ├── Proyecto_2 : Classes and Objects
│ └── Examen_U_1
├── 2
│ ├── Proyecto_1 : Inheritance, Abstract Classes and Interfaces
│ ├── Proyecto_2 : Composition, Aggregation and Polymorphism
│ └── Examen_U_2
├── 3
│ ├── Proyecto   : Inner Classes, Exception Handling, GUI 
│ └── Examen_U_3
├── Extra
├── docs
└── README.md

Installation 💻

To run these projects, you will need to have Java 8 and NetBeans installed. Here are the steps to install them:

  1. Download and install Java 8 from here.
  2. Download and install NetBeans from here.
  3. Clone this repository on your local machine using git clone https://github.com/16george/POO-Java.git.

Usage 🕹️

To run the projects, follow these steps:

  1. Open NetBeans.
  2. Click on "File" -> "Open Project".
  3. Navigate to the directory of the project you want to open and click on "Open Project".
  4. Once the project is open, click on "Run" -> "Run Project" to run it.

Contribution 🤝

Contributions are always welcome. To contribute:

  1. Fork the project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Troubleshooting 🔧

If you encounter any problems while setting up or running the projects, please check the Issues section of this repository to see if your issue has already been addressed. If not, feel free to open a new issue with a description of the problem you're experiencing.

License 📄

MIT License

Copyright (c) 2021 George Namoc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.