Calendar week view
Jonathan Giles
jonathan.giles at oracle.com
Mon Sep 22 03:30:49 UTC 2014
Looks good. You might also be interested in collaborating with the
JFXtras projects - Tom Eugelink has an Agenda control that works in a
similar fashion. Here's a blog post I just googled (from late 2012):
http://tbeernot.wordpress.com/2012/10/18/writing-google-calendar-in-javafx/
-- Jonathan
On 22/09/2014 4:44 a.m., Christian wrote:
> Hi all,
>
> besides creating jira issues and asking stupid questions I actually
> use javafx :)
> For my project I needed a week view for a calendar.
> The implementation is heavily based on css and a 2 gridviews with a
> scrollable.
> The code is far from beautiful but maybe it is starting point for some
> other people needing it.
> But hey, imho it looks quite nice and it works.
>
> Some screenshots:
> https://raw.githubusercontent.com/krampenschiesser/idnadrev/master/doc/src/asciidoc/img/workoverweek_1.png
>
> https://raw.githubusercontent.com/krampenschiesser/idnadrev/master/doc/src/asciidoc/img/workoverweek_2.png
>
>
> The WeekView is still based in the projects git folder but will later
> be moved to a separate github project:
> https://github.com/krampenschiesser/idnadrev/tree/master/libs/fxcontrols
>
> There is also a little sample-app that provides some data for you to
> play around.
> Enjoy :)
> Christian
More information about the openjfx-dev
mailing list