-
Creating read-only properties in JavaFX
The JavaFX runtime provides two possibilities to create read-only properties. You can either use a wrapper (e.g. ReadOnlyDoubleWrapper) or you…
-
Advantages of JavaFX builders
Very often one has to create a number of of similar objects. Using JavaFX builders for this task instead of…
-
My personal JavaOne wrap-up
What a blast this year’s JavaOne was. From the three JavaOne conferences I have been to, for me personally this…
-
Upcoming property changes
This week I pushed the last two major changes in the JavaFX properties implementation, that were planned for this release.…
-
Creating JavaFX Properties
In my last article I gave an overview of the general functionality of JavaFX properties, this time I will explain how…
-
JavaFX Properties
JavaFX 2.0 properties build upon the popular Java Beans pattern and enhance them with some useful and extremely powerful features.…
-
Migration to new domain finished
Just finished moving my blog from blogs.sun.com to my new domain at blog.netopyr.com.
-
New version of library for inverse kinematics released
Yesterday I uploaded the new version 1.2 of the library FXUtil for inverse kinematics with JavaFX Script.
-
Introducing Netopyr Game Center
Presenting my newest project, a facebook application offering more than 2000 games.
-
Profiling JavaFX Mobile applications
Today the JavaME SDK 3.0 was released. Congratulations to the whole team! The JavaME SDK enables profiling of JavaFX Mobile…