Skip to content

scalafx/ScalaFX-Hello-World-Gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages