Category Archives: JavaFX

PHPHOST BLOG

Web Hosting Related Articles You May Need

A Plethora of Java Developments in February 2012

There are several sites (Java.net, JavaWorld, JavaLobby/DZone, Java reddit, and Java Code Geeks) that I like to browse for the latest Java news. These sites are great and bring the best from around the web from the wider Java community. A nice compleme… Continue reading

Posted in Java (General), Java SE 6, Java SE 7, Java SE 8, JavaFX, Syndicated | Leave a comment

JavaFX 2: Simultaneous Animated Text Strings

I decided to have a simple JavaFX 2 animated sample running as attendees entered the room for my RMOUG Training Days 2012 presentation. The desired result was achieved as attendees asked if how the running application was implemented. More than one per… Continue reading

Posted in JavaFX, Syndicated | Leave a comment

Questions at My RMOUG Training Days 2012 Presentation on JavaFX 2

I presented “JavaFX 2.0: Java in the Rich Internet Application Space” at RMOUG Training Days 2012 earlier this week. After many years of presenting at technical conferences, I’ve decided that one of the best indicators of how well I did in my presentat… Continue reading

Posted in JavaFX, RMOUG, Syndicated | Leave a comment

JavaFX 2 Animation: Path Transitions

One of the flashiest aspects of JavaFX 2 is its animation support. The insightful Creating Transitions and Timeline Animation in JavaFX covers using both Transitions and Timelines in JavaFX 2. In this blog post, I adapt an example provided in that tuto… Continue reading

Posted in JavaFX, Syndicated | Leave a comment

JavaFX 2 Presents the Quadratic Formula

I recently needed to check some homework answers related to use of the quadratic formula. After realizing that it was getting tedious to do these by hand, I thought of using my calculator to solve them. However, I realized that I could write a simple a… Continue reading

Posted in JavaFX, Syndicated | Leave a comment

JavaFX 2.1: JavaFX 2′s @DefaultProperty Annotation with FXML

The JavaLobby/DZone syndicated version of my blog post Focus on JavaFX 2 FXML with NetBeans 7.1 was recently published and Mihai Dinca-panaitescu (author of DZone article Tuning Your Java VM) added an interesting and useful feedback comment. Specifical… Continue reading

Posted in JavaFX, Syndicated | Leave a comment

Recent Java-Related Posts Worthy of Special Notice

In this blog post, I reference and summarize recent Java-related posts that I have found to be particularly interesting and well worth the time spent reading them.

JDK 8 and Unsigned Integer Arithmetic

Joe Darcy’s post Unsigned Integer Arithmetic API… Continue reading

Posted in Groovy, Java (General), Java SE 7, Java SE 8, JavaFX, Syndicated | Leave a comment

Book Review: JavaFX 2.0: Introduction by Example

Although Oracle’s changes to JavaFX at JavaOne 2010 and JavaOne 2011 have converted me from a skeptic to a believer when it comes to JavaFX, the shift in JavaFX vision has not been without its downsides. In particular, the JavaFX book market has been t… Continue reading

Posted in Book Review, JavaFX, Syndicated | Leave a comment

Focus on JavaFX 2 FXML with NetBeans 7.1

In October 2011, I used the post Hello JavaFX 2.0: Introduction by NetBeans 7.1 beta to look at using NetBeans 7.1 beta to build a simple Hello, World style of JavaFX 2.0 application. In this post, I look at using NetBeans 7.1 (no longer in beta) to bu… Continue reading

Posted in JavaFX, NetBeans, Syndicated | Leave a comment

Pair Class Coming to Java via JavaFX?

The pair class is familiar to those of us who have used C++ for any considerable length of time. Although there has been talk of adding it to Java as a standard part of the SDK, it is a somewhat controversial topic. Several folks have formally requeste… Continue reading

Posted in Java (General), JavaFX, Syndicated | Leave a comment