JavaFX

JavaFX Real World Applications @ JavaFX Meetup Zurich

Alexander Casall and I will be presenting our JavaOne 2016 talk "JavaFX Real World Apps (Revisited)" at the JavaFX Meetup Zurich on February 7th 2017. For more information and to register for this event please visit the meetup page. The second iteration of this talk covers a total of 18 applications that have been developed by various development teams all over the world. If you had any question whether JavaFX could be used for this or that .... after this talk you will know.

By |2016-11-07T14:25:41+01:00November 7th, 2016|JavaFX, Speaking|0 Comments

JavaFX Champions / Rockstars @ JavaFX Meetup Zurich

I am very happy to announce that Gerrit Grunwald and Hendrik Ebbers will be giving several presentations at our JavaFX Meetup in Zurich on December 13th. People interested in attending can register here. Agenda 1. Dynamic client / server applications with JavaFX and the Open Dolphin Platform (Hendrik, 20 minutes). 2. The dark and Light Sides of JavaFX (Gerrit, 45 minutes). 3. How we built the JavaOne Voting Machine (Hendrik, very entertaining, 20 minutes). Abstracts "The Dark and Light Sides of JavaFX".  More and more companies and individuals are using JavaFX. But where light is, there’s also shadow, and with [...]

By |2021-02-18T13:42:25+01:00October 31st, 2016|JavaFX, Speaking|0 Comments

Wanted: JavaFX Tips and Tricks

At this year's JavaOne conference in San Francisco I will be presenting a session called "JavaFX Tips and Tricks". This talk will be based on the posts in my blog. However, I have a feeling that there are many more nice tips and tricks out there that should be mentioned in this presentation. So I am asking everybody to mail me their cool tricks and tips for inclusion. Let everybody benefit from your experiences! Anybody who sends input will of course be mentioned by name and their twitter handle and / or website will be listed as part of the slides. Use dlemmermann@gmail.com [...]

By |2021-02-18T13:42:25+01:00July 18th, 2016|JavaFX, Speaking, Tips & Tricks|0 Comments

JavaFX Real-World Apps: SkedPal

A new entry in the "Real World Applications" series. This time it is SkedPal, an application for managing a busy person's life intelligently. I have been consulting the SkedPal team in matters related to JavaFX and also when they made the decision to start using the CalendarFX framework for their calendar requirements. Below you can see a couple of screenshots of this attractive application. If you want to try it out yourself then you can simply register on the SkedPal website and download the desktop client (they also have mobile clients). I have asked Saied ArBabian, the found of SkedPal to [...]

By |2021-02-18T13:42:25+01:00July 13th, 2016|FlexganttFX, Java, JavaFX|0 Comments

FlexGanttFX 1.6 Released

Version 1.6 of FlexGanttFX has been released today. It contains the usual bug fixes and minor enhancements but also several new controls. It can be downloaded here. Gantt Chart Lite When doing some consulting at Emirates Airlines in Dubai the users and I came to the conclusion that the Gantt chart in their application doesn't really need a tree table view on its left-hand side. All it was used for was to show the name of the resource in each row. The users complained about the wasted space as every pixel on the screen matters for their work. So [...]

By |2021-02-18T13:42:25+01:00July 12th, 2016|FlexganttFX, JavaFX|2 Comments

JavaOne 2016 Presentations

Four of my talk proposals were accepted, so I will be talking about these things at JavaOne this year: JavaFX Tips and Tricks [CON1379] Dirk Lemmermann, DLSC This session presents an extensive list of tips and tricks that will make every developer better at coding JavaFX-based user interfaces. Topics include advanced clipping, working with the Canvas API, color selection, saving memory, table column autosizing, updating read-only properties, and more. It Gets Better: Developing Frameworks in JavaFX Versus Swing [CON1366] Dirk Lemmermann, DLSC This session shows the differences between developing a complex user interface framework for JavaFX and for Swing. [...]

By |2021-02-18T13:42:25+01:00July 12th, 2016|JavaFX, Speaking|0 Comments

Real World Apps @ JUG Bern

I will be joining Michael Inden tonight at his JavaFX workshop for JUG Bern and will use the opportunity to present the JavaOne "JavaFX Real World Apps" presentation. I hope the attendees will find the applications inspiring and convincing enough to start their own development efforts based on JavaFX.

By |2016-05-19T14:57:16+02:00May 19th, 2016|JavaFX|2 Comments

JavaFX Missing Features Survey: CSS

In the last post of the Missing Features Survey series I said that this post would be about missing features in CSS and FXML. Now it turns out that the survey submissions did not contain any valid FXML issues. So I will focus on CSS only. These are the CSS features that were reported missing: Full CSS support - some properties are simply missing in the current JavaFX CSS version, e.g. "fitToWidth" in ImageView. Also font inheritance is not working. Support for CSS3. CSS transitions - the ability to specify a transition right inside CSS. This would make it a [...]

By |2016-04-25T08:55:44+02:00April 19th, 2016|JavaFX|1 Comment