SmartCSV.fx version 0.6

Posted on August 8, 2016
Java  JavaFX 
SmartCSV.fx version 0.6 header image

Refactored the validation algorithm to improve maintainability.

As the interest in the project grows, I revisited the validation algorithm and refactored it.

Read More


SmartCSV.fx version 0.4

Posted on July 30, 2016
Java  JavaFX 
SmartCSV.fx version 0.4 header image

New features for the application.

Improved performance and some nice additional features to help the user finding the errors.

Read More


SmartCSV.fx

Posted on November 29, 2015
Java  JavaFX 
SmartCSV.fx header image

A simple JavaFX application to load, save and edit a CSV file and provide a JSON configuration for columns to check the values in the columns.

At work I have the need to fix wrong CSV files from customers. It is hard to find the errors and fix them in a texteditor, even in a “normal” CSV editor. So I decided to write this simple JavaFX application.

Read More


GeoFroggerFX 2.0 Development Preview

Posted on March 19, 2015
Java  JavaFX 
GeoFroggerFX 2.0 Development Preview header image

GeoFroggerFX with some improvements in performance and design.

I rewrote the GeoFroggerFX application for several reasons.

Read More


New features for GeoFroggerFX

Posted on September 29, 2013
Java  JavaFX 
New features for GeoFroggerFX header image

Usage of H2 as database and JPA.

I added H2 Database, JPA and a groovy plugin interface to the application.

Read More


Second preview of GeoFroggerFX the JavaFX application

Posted on September 11, 2013
Java  JavaFX 
Second preview of GeoFroggerFX the JavaFX application header image

GeoFroggerFX is now an open source application.

This is the second preview of GeoFroggerFX my little geocaching application written in JavaFX.

Read More


Video of GeoFroggerFX handling 11.334 Caches

Posted on September 9, 2013
Java  JavaFX 
Video of GeoFroggerFX handling 11.334 Caches header image

GeoFroggerFX can handle a lot of items.

This little video shows a preview of the GeoFroggerFX application handling more than 10.000 items in the ListView. Currently the items are read and parsed from a gpx file with 124Mb and the domain objects are still in memory.

Read More


JavaFX: custom ListCell

Posted on July 3, 2013
Java  JavaFX 
JavaFX: custom ListCell header image

This post shows the change of a simple list to a multiline list with icons.

I have a list of geocaches in my GeoFroggerFX (replacement for my GeoCachingFrogger based on Netbeans) which should provide more information in a row.

Read More


JavaFX: MiniIcon(Animation)Button refactored

Posted on August 22, 2012
Java  JavaFX 
JavaFX: MiniIcon(Animation)Button refactored header image

Refactored the control to add it to the JFXtras project.

Jonathan Giles wrote in his Blog that

This kind of code should be polished and added to the JFXtras project!

So I thought this would be a good start to learn more about JavaFX internals and how to do it the right way. There is a talk at parleys where Jasper Potts and Jonathan Giles talk about creating a custom UI control. I wish I had seen this earlier.

Read More


JavaFX: MiniIconAnimationButton

Posted on August 5, 2012
Java  JavaFX 
JavaFX: MiniIconAnimationButton header image

A button with different effects to support the user experience.

In the last JavaFX blog post I showed how a button with an glowing effect can be used to catch the users attention. In this blog post I develop a button based on StackPane to have a normal button in the back and an optional animating image icon in the front.

Read More


  • S
  • Page 2 of 3
  • s