Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaFX Hello World - Gradle

Simple example of a ScalaFX application using Gradle Build Tool.

Example Scala code is in app/src/main/scala/hello/ScalaFXHelloWorld.scala

How to Build and Run

  1. Install Java 17 JDK or newer.

  2. Run the example. From command prompt change to the directory containing this example and run the example. On Windows:

     .\gradlew run
    

    On Linux or Mac:

     ./gradlew run
    

SBT Version

SBT version of this example can be found in scalafx-hello-world

About

Example of using ScalaFX from gradle

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages