Pedro Duque Vieira5 articles
A new library for Java / JavaFX has just been released. The library’s name is FXComponents and it is a Java library that contains a collection of new controls to be used in JavaFX applications.
- Pedro Duque Vieira
-
New JavaFX theme library “Transit” released
A new Java (JavaFX) theme has been released. This is a new theme called “Transit” and it builds upon the lessons learned while developing JMetro.
- Pedro Duque Vieira
-
Foojay Podcast #9: The State of JavaFX Framework, Libraries, and Projects
Let’s talk about the JavaFX framework itself, but also about the libraries and applications that are built with it.
- Frank Delporte,
- Gail Anderson,
- Johan Vos,
- Pedro Duque Vieira
-
New Java/JavaFX Library FXSkins Released
A new Java / JavaFX library has been released. It’s called FXSkins.
FXSkins is a collection of new Skins for existing JavaFX controls. These Skins will add more functionality to the controls used in your applications with almost no need to make changes to your application’s code.
This library is targeted for the most recent Java versions.
- Pedro Duque Vieira
-
Creating CAD Applications with Java and JavaFX
Some days ago I finished a CAD application whose purpose is to calculate the energy efficiency of Dwellings (or multiple Dwellings). It can be seen as an application similar to Autocad (which is used in Civil Engineering, Architecture, etc) but with the specific purpose to do energy efficiency assessment.
I believe, having a good UX, features users have been dying to have, good, well structured code that lets you continuously evolve and better maintain what you already have and finally topping all that with a nice looking user interface, are the markers to a successful application. I think we’ve been able to score high in all those markers.