Click on the gif for video
using testFile.txt in this repo
{name} {id} {balance}
Sang Mercado 1000 $600.00
Gloria Jauregui 2000 $2100.00
Yinebeb Zenaw 3000 $100.00
Kyle Johnson 4000 $100.00
Bonnie 5000 $100.00
Alex Scott 6000 $500.00
Requires Java 8
# Download from github
wget http://github.com/sangm/AccountManagement/raw/master/AccountManagement.jar
# command line. You can also just run it by clicking on it
java -jar AccountManagement.jar
- Gradle
- IntelliJ IDEA (student license)
- [SceneBuilder] (http://gluonhq.com/open-source/scene-builder/)
since I'll be working at LinkedIn and they use gradle quite a bit, I decided why not? :)
Prerequisites: None, gradle will come bundled with project gradlew
- To build run
./gradlew build
- To build IntelliJ Specific files, run
./gradlew idea