Skip to content

A little project that shows how to use Charts or TilesFX in JDK17

Notifications You must be signed in to change notification settings

HanSolo/gettingstarted

Repository files navigation

Getting started

A little demo project which shows how to use libraries like

Charts

TilesFX

in combination with JDK 17

Please take a look at the build.gradle file to see which imports are needed for those libraries. And in addition please also take a look at the module-info.java file which contains the required modules for each library;

For each library you will find a separate package with a demo class that shows how to make use of the library:

Both demos can be started using the gradle wrapper from the command line as follows:

  • Charts : ./gradlew DemoCharts
  • TilesFX: /gradlew DemoTilesFX

About

A little project that shows how to use Charts or TilesFX in JDK17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages