-
Desktop Java
Skinning in Java8 (JavaFX8)
There has been some changes in JavaFX8 regarding skinning, the most relevants of which are the new CSS API that…
Read More » -
Desktop Java
Metro style Combo Box for Java (JMetro) – Revisited
Last post I made about JMetro – my metro inspired skin (or look and feel) for Java, was about skinnng…
Read More » -
Core Java
What’s new in Java 8 (Part II – What might come)
Disclaimer: I do not work for Oracle or represent Oracle in any way. This list of features is not official.…
Read More » -
Core Java
What’s new in Java 8 (Part I – JavaFX)
Disclaimer: I do not work for Oracle or represent Oracle in any way. This list of features is not official.…
Read More » -
Desktop Java
Integrating JavaFX and Swing (Revised)
I’ve just finished rewriting a component of my app that was using Swing and now is using JavaFX, I’ve ended up with…
Read More » -
Desktop Java
Integrating JavaFX and Swing
I’ve just finished rewriting a component of my app that was using Swing and now is using JavaFX, I’ve ended…
Read More » -
Desktop Java
PopupMenu in JavaFX 2
Creating Popup Menus To create a Popupmenu in JavaFX you can use the ContextMenu class. You add MenuItems to it…
Read More » -
Desktop Java
Migrating from JavaFX 1.3 to JavaFX 2.0
Some days ago I finished migrating the source code of Modellus from JavaFX 1.3 script to JavaFX 2.0 java language.…
Read More »