Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 907 Bytes

File metadata and controls

21 lines (12 loc) · 907 Bytes

Programming using an object oriented programming language.

My mission is to develop skills in creating programs that use the object-oriented programming methodology, API classes, and user-defined classes.

Throughout the process, proper program documentation using class diagrams and code comments are stressed. Unit testing is also introduced to help.

This repository includes projects that span across the CLI, as well as the GUI using Java Swing and FX.

Employee Management Application

The repository inclues an Employee Management Application built using JavaFX to perform CRUD operations via MySql. It explores the capabilities of MySQL and a JavaFX GUI in an Intellij environment.

Functionalities:

Update Existing Employee Salary

Create New Employee

Delete Existing Employee

Live Demo:

Employee.Management.Application.-.JavaFX.mp4