Category Archives: javafx

Layout in Android (and JavaFX)

One of my clients allowed me to write an Android application. I have done Java and mobile development before, so it basically comes down to learning the new framework. And that’s something Java developers do on a fairly regular basis. … Continue reading

Posted in Android, Java, javafx, UI | Leave a comment

JavaFX layout, a silver lining?

As described in the previous post, I believe that JavaFX’s layout mechanism is not as good as it could (should) have been. Naturally it is one thing to complain, another to offer improvement suggestions, but the best is to provide … Continue reading

Posted in Java, javafx, UI | 14 Comments

It’s not all gold and sunshine; JavaFX layout

After my previous post, praising the properties and binding mechanism, I’d also like to voice an opinion on something on which I think the JavaFX team has dropped the ball. In the previous post about Agenda control I explained that … Continue reading

Posted in Java, javafx, UI, Uncategorized | 7 Comments

Writing Google Calendar in JavaFX

After getting my feet wet writing the ListPicker and CalendarPicker control in JavaFX for the JFXtras project, I felt it was time to put my aim at something bigger; I always wanted to write a control that does a “Google … Continue reading

Posted in Java, javafx, UI | 14 Comments

JavaFX 2.0 bubblemark – part 2

The first post on the JavaFX 2.0 bubblemark created some feedback, most notably an email from the JavaFX engineering team stating in so many words that JavaFX 2.0 has an issue and that is why it per default is not … Continue reading

Posted in Java, javafx, UI | 3 Comments

JavaFX 2.0 bubblemark

Oracle has released the revamped JavaFX 2.0 on JavaOne 2011. It’s an interesting step which immediately invokes many questions. What is the target audience for JavaFX? Which technology segment does it aim at? What are the chances it will actually … Continue reading

Posted in Java, javafx, UI | 11 Comments

Oracle vs Google

The latest news about the infringement dance Google and Oracle are doing, indicates that Google may be in serious trouble. These law suites usually are far-from-my-bed things which are taken note of, wondered about, and swapped out for day to … Continue reading

Posted in Google, Java, javafx, Oracle | Leave a comment

JavaFX 2.0, Swing 2.0?

At the beginning of my previous post I mentioned that I was stuck in the implementation of the calendar picker, because I was using one listener for 42 ToggleButtons, and I could not find out which of the 42 ToggleButtons … Continue reading

Posted in Java, javafx, UI | 3 Comments

JavaFX 2.0 EA binding

After Swing, JavaFX 1.x and the iPad, now JavaFX 2.0 is candidate for the calendar picker shake down. Using MigLayout I’ve setup the basic day picking logic, but currently am stuck in build b21, because the events on the selected … Continue reading

Posted in Java, javafx, UI | 8 Comments

JavaFX 2.0 EA and MigLayout

Oracle rebooted JavaFX and finally positioned it as what I for a long time have been longing for; Swing 2.0. Let’s not kid ourselves; JavaFX is a new UI library for Java, using the API lessons learned from Swing and … Continue reading

Posted in Java, javafx, UI | 9 Comments