Skip to content

A Java framework for creating sophisticated calendar views (JavaFX 8, 9, 10, and 11)

License

Notifications You must be signed in to change notification settings

dlsc-software-consulting-gmbh/CalendarFX

Folders and files

NameName
Last commit message
Last commit date
Nov 7, 2024
Jan 5, 2022
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Mar 25, 2024
Oct 11, 2022
Jul 4, 2023
Oct 23, 2019
Oct 3, 2022
Oct 19, 2017
Oct 19, 2017
Sep 5, 2023
Oct 23, 2017
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Mar 25, 2024
Oct 19, 2017

Repository files navigation

CalendarFX

A Java framework for creating sophisticated calendar views based on JavaFX. A detailed developer manual can be found online: CalendarFX Developer Manual

JFXCentral

Apache-2 license Maven Central LGTM Alerts LGTM Grade

Code Smells Lines of Code Maintainability Rating Security Rating Vulnerabilities

For a quick online demo please checkout JPro and their CalendarFX demo.

Screenshot

Repository Coordinates

CalendarFX can be found on The Central Repository as com.calendarfx:view.

Modules

  • CalendarFXView β€” the main module containing the various calendar views
  • CalendarFXSampler β€” a demo app based on FXSampler to test controls individually
  • CalendarFXApp β€” a demo app (day, week, month, year views).
  • CalendarFXiCal β€” a demo app for working with iCalendar data
  • CalendarFXGoogle β€” a demo app for working with Google calendars
  • CalendarFXResourceApp β€” a demo app for the resource calendar view
  • CalendarFXWeather β€” a demo app for the month sheet view

Running

In the module folder of the corresponding app:

mvn javafx:run

Building

To install the package into the local repository, for use as a dependency in other projects locally:

mvn install