/JProCalendarFX

A simple demo application showing CalendarFX running inside a browser via the help of JPro.

Primary LanguageJavaApache License 2.0Apache-2.0

JPro can be used to run JavaFX in the browser.

This application can be viewed here: https://demos.jpro.one/calendar.html

alt text

How to start JProCalendarFX

Web Browser

Start JPro in foreground (development mode)

gradle jproRun

Start JPro in background (server mode)

gradle jproRestart

Open JPro app in Web Browser

http://localhost:8080/index.html

Show all JPro apps in Browser

http://localhost:8080/test/default

Open JPro app in fullscreen

http://localhost:8080/test/fullscreen/[app-name]