JustinFincher / NEU-CSYE6200-DayCare

Home Page:https://justinfincher.github.io/NEU-CSYE6200-DayCare/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DayCare Project

GitHub repo for NEU CSYE6200 'DayCare' group assignment

Java CI with Gradle Native Executables Java Docs

TOC

Team members

Requirements

  • NetBeans 12.0 (or IDEA 2020.2)
  • JDK 8 with JAVA_HOME pointing to it
  • A database viewer like SQLite Browser or Database Panel in IDEA Ultimate (optional)

Conventions

Editing Guide

For NetBeans users:

  • In Tools/Plugins, make sure Gradle, Groovy and Gradle, Java SE, and Java are all installed
  • If you want to add swingx components to your GUI Designer:
    • Download swingx.jar from Maven Repository (click jar button to download)
    • In Tools/Palette/Swing AWT Components, choose "Add from JAR..."
    • Select the swing.jar you just downloaded, and select all beans to import.
    • Now swingx components are visible on your GUI Designer palette.

CI

// Mac users only
sudo xattr -rd com.apple.quarantine DayCare.app

About

https://justinfincher.github.io/NEU-CSYE6200-DayCare/


Languages

Language:Java 100.0%Language:Shell 0.0%