/javafx-addressbook

Good example of practical JavaFX Application

Primary LanguageJava

Addressbook App

Sample JavaFX Application created while going through Marco JavaFX Turorial

Features:

  • Uses JavaFX with CSS styling
  • Saves preferences of location of last saved file
  • Binds data to XML file
  • Uses Chart component to present gathered data

Building

# gradle clean build run

or (when gradle not locally installed)

# gradlew clean build run

Screenshots

screen1 screen2