项目作者: harrison2687

项目描述 :
An appointment scheduling application with an interactive calendar and reporting capabilities
高级语言: Java
项目地址: git://github.com/harrison2687/appointment-scheduler-java.git
创建时间: 2020-02-19T19:50:30Z
项目社区:https://github.com/harrison2687/appointment-scheduler-java

开源协议:

下载


Appointment-Scheduler-Java

An appointment scheduling application with an interactive calendar and reporting capabilities

Application Overview

This application is a scheduling application using Java, JavaFX, and MySQL. This application allows a user to create and modify both appointments and customer data within the application, as well as display notifications of upcoming appointments. The Resources directory contains property files to account for different system languages—in this case, English and Spanish.

Project goals

  • Demonstrate proficiency in the following areas with Java:
    • Utilitize a database within an application
    • GUI design
    • Logging/reporting capabilities
    • Managing timestamps
    • Lambdas
    • Alerts