This Java application tracks customers, contacts, and appointments. Tracking business appointments can be a powerful tool to maintain relationships with clients and making sure you are maximizing potential business prospects. Persistant data is stored in a MySQL database. The UI will automatically switch between English and French depending on your computer's language settings.
Author: Doug Van Zee [email protected] 520.609.6956
Version 1.0.1 IDE: IntelliJ Community 2020.2 Java SE 15.0.1 JavaFX SDK 15.0.1
Make sure you have the correct version of the Java Runtime installed To run the compiled version of the Docket, open Command Prompty and nagivate to the Docket folder. Type "java Main" to run the application.
Open the Java project in Intellij and click the "Run" button.