Git Product home page Git Product logo

calendarfx's Introduction

CalendarFX

A Java framework for creating sophisticated calendar views based on JavaFX. A detailed developer manual can be found online: http://dlsc.com/wp-content/html/calendarfx/manual.html

Download

alt text

Repository Coordinates

CalendarFX can be found on jcentral / bintray. Add the jcentral repository to your pom file and include the CalendarFX dependency.

<repositories>
	<repository>
		<id>jcenter</id>
		<url>http://jcenter.bintray.com</url>
	</repository>
</repositories>
    
<dependencies>
	<dependency>
  		<groupId>com.calendarfx</groupId>
  		<artifactId>view</artifactId>
  		<version>8.4.2</version>
	</dependency>
</dependencies>

Modules

  1. CalendarFXApp - contains a standalone application (day, week, month, year views).
  2. CalendarFXAssembly - a module used for creating distributions / assemblies
  3. CalendarFXExperimental - a playground for new controls
  4. CalendarFXGoogle - code for working with Google calendars
  5. CalendarFXiCal - code for dealing with iCal data
  6. CalendarFXRecurrence - an extension for the Google recurrence API (RFC 2445). Needed for the new date and time API of Java 8
  7. CalendarFXSampler - a demo app based on FXSampler to test controls individually
  8. CalendarFXView - the main module containing the various calendar views
  9. CalendarFXWeather - a standalone demo for the month sheet view

Building It

Simply run the 'install' target inside the top level project. Once completed you will find the installation inside the target folder of the assembly module.

Assemblies

There are currently two assemblies being created inside the target folder of the assembly module. The "bin" assembly contains almost everything except for the source files.

Binary Assembly

The following are the directories found inside the binary assembly.

css

Contains the calendar.css file.

demos

Contains several standalone / runnable JAR files. Demos can be started by either double clicking on them or by calling java -jar demo.jar. Make sure to use at least Java 8u60+.

docs

Contains the generated JavaDocs / API HTML files.

ext

Contains third party libraries that are needed for running CalendarFX (controlsfx, license4j, fontawesomefx).

i18n

The resource bundles used by CalendarFX.

lib

The actual CalendarFX libraries.

misc

Property files used for logging.

tutorial

Getting started files.

calendarfx's People

Contributors

dlemmermann avatar imario42 avatar teymourlouie avatar sanaehirotaka avatar

Watchers

Malte Petersen avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.