The Wayback Machine - https://web.archive.org/web/20210125043456/https://github.com/kjkrol/calculator-javafx
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Calculator-JavaFX

The main purpose of this project was to learn JavaFX basisc and to adopt MVC pattern into JavaFX base application.

Getting Started

The model and controller part is defined in Java's classes.
The view is defined in .fxml file and .css files.

Prerequisites

To compile, build and run the application the following components have to be installed:

  • at least JDK 1.8
  • latest Gradle version

Building & running

To build the application in terminal move to the project's directory and run gradle wrapper script (dedicated for your OS), e.g.:

./gradlew clean build

There are two options to run the application:

./gradlew run

or

java -jar build/libs/calculator-javafx.jar

Built With

  • Gradle - advanced general purpose build management system based on Groovy and Kotlin
  • JavaFX - is a set of graphics and media packages that enables developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms.
  • JavaFX CSS - styling a Java UI

About

Simple Calculator App on JavaFX

Topics

Resources

Releases

No releases published

Packages

No packages published