FeedCluster.com - Free Community Aggregators, Blog Aggregator Hosting Create Aggregator | Submit Blog | Log In
A community aggregator of blogs that are mostly about JavaFX Script, a declarative programming language by Sun Microsystems.
HTML5 is a Big Deal for Enterprise Developers
I was recently made aware of HTML5's canvas element and I believe that this could render Silverlight, JavaFX and Flex obsolete. The "canvas" tag allows you to embed script based graphics, usually JavaScript, in your page. Expect the leading Ajax ... [read more]
View blog reactions
JavaFX for Designers and Developers
JavaFX is the best way to create expressive, feature-rich content. Building on the Java Platform, JavaFX delivers a compelling mix of ubiquity, capability, expressiveness and performance. [read more]
View blog reactions
We got elephant out, now what to expect in JavaFX 1.3/1.5(post-marina)
A discription of what was in marina and what can be included in next iteration. [read more]
View blog reactions
JavaFX: Building custom controls
One of the big criticisms leveled at JavaFX presently is its lack of controls (or components if you come from the Swing world). This was addressed to some degree in JavaFX 1.2, but there are still many controls missing, and some of the controls i ... [read more]
View blog reactions
Own 3D PieChart – Not as good …
As already discussed, JavaFX 1.2 provide API set for Charts and Graphs. Though I decided to put my hand dirty in writing one 3D pie chart from my own. With mine, you will get additional feature of explode in and out feature . Well, action can be ... [read more]
CommentsView blog reactions
JavaFX Strings vs Java Strings
Note: An embedded expression within the curly braces will return a string object. A good rule of thumb is to keep the expressions simple. [read more]
CommentsView blog reactions
New Security Warning for Mac Applets
If you're a Mac user and access javafx.com pages with embedded applets,, such as the JavaFX samples or documents on the Learn page, you may have noticed a new warning popping up, even for applets you've run before: [read more]
View blog reactions
Quick-and-Easy Video Player
Here's a quick-and-easy video player written in the JavaFX Script programming language. First, place your video clip into the same directory as this source code. Next, edit the code in red (clip name, scene with, and scene height) to match you ... [read more]
View blog reactions
JavaFX client for “top”
Execute top using ProcessBuilder, get the Process instance. Get the output stream from process and read the output of top command. Now parse this content (a bit tricky, each version had its own output format) to get the CPU and Memory information ... [read more]
CommentsView blog reactions
Does JavaFX have Multiple Inheritance?
Often when we learn about object oriented programming we try to find out if a particular language contains a dirty little phrase called multiple inheritance. Of course there are good reasons to try to avoid it (Diamond Problem) but sometimes you ... [read more]
CommentsView blog reactions
JavaFX Presentation Model Pattern Using Binding
There are two scenarios that will describe how data will flow. Scenario 1 is when a user is changing information on the view component and the data will be set on the domain object. Scenario 2 is when data is set in a domain object which intern w ... [read more]
CommentsView blog reactions
JavaFX Init Block Setting Default Values
Introduction To create default values in Java, an instance variable with a String data type we would often have null and empty string values by default. In JavaFX we can create default values the same, but also have the opportunity to determine ... [read more]
CommentsView blog reactions
Asynchronicity in JavaFX 1.2
The asynchronous task model has been much improved in JavaFX 1.2.  Not only does it have a simple and elegant API, but several of the asynchronous tasks (e.g. HttpRequest) in the JavaFX API now use this model.  In addition, there are a couple of ... [read more]
CommentsView blog reactions
Animating with Dynamic Timeline Values in JavaFX ...and a Scientific Fish Story from 1901
A scientific fish story, published in 1901, reports that pike fish living in a tank were separated from minnows by a glass plate.  After a while "a strike at the minnow had come to mean a bump on the nose... Instead of imputing their inability to ... [read more]
CommentsView blog reactions
JavaFX + Browser + Applet + Draggable
Final destination for us is death and final destination of a JavaFX application is Browser. So, we should know what all things we can do with an application, JavaFX application, in browser. Here are some : 1. Understand when our code will run o ... [read more]
CommentsView blog reactions
Pure Java Code to Call JavaFX Class
In my previous post Interoperability between JavaFX and Java, I discussed three possible approaches to invoke JavaFX features from the Java side. These approaches were: [read more]
CommentsView blog reactions
A custom virtual list
JavaFX 1.2 has a new list control called ListView. ListView was designed to be virtual. This means it doesn’t actually create a text node for every item in the list. It only creates the text for the items which are visible on screen. As you scrol ... [read more]
CommentsView blog reactions
JavaFX sequence implementation
I've written 4 blog articles on the JavaFX sequence implementation that should be of interest to those who want to know how it works and what it costs.  This covers the 1.2 Marina implementation. [read more]
View blog reactions
Create a News Ticker with JavaFX 1.2 RssTask/AtomTask
JavaFX 1.2 has many new features, not the least of which is a stone-simple way of reading RSS and Atom feeds.  The new classes that contain much of this functionality are javafx.data.feed.rss.RssTask and javafx.data.feed.atom.AtomTask, respective ... [read more]
CommentsView blog reactions
Pac-Man Widget for JavaFX 1.2
To fully take advantage of the power of JavaFX 1.2, Stephen Chin had just released the WidgetFX 1.2 API beta version. There is even a widget contest running until the end of July. [read more]
CommentsView blog reactions
JavaFX – RSS and ATOM Task
JavaFX 1.2 provides new APIs to handle RSS and ATOM feeds. RssTask and AtomTask parses the feeds and provide the content as JavaFX objects. It can also be configured to provide updates on regular intervals. [read more]
CommentsView blog reactions
JavaFX – Upload and Download Large Files
We can upload or download large files using new HttpRequest attributes available in JavaFX 1.2. [read more]
CommentsView blog reactions
Skinning Architecture in JavaFX -- straight from the horse's mouth
No, I'm not calling Richard Bair a horse, but rather using an idiom that has its origins in horse racing.  From The Phrase Finder: [read more]
CommentsView blog reactions
JavaFX Pac-Man Game Article 5
On java.net, there was a post by kfarnham about my articles on writing Pac-man game in JavaFX. He wondered whether there would be a fifth article. The answer is positive. Yesterday, my last article of a series, “Writing the Pac-Man Game in JavaFX ... [read more]
CommentsView blog reactions
JavaFX – Color Picker
Simple JavaFX Color-Picker control. I have provided similar controls before as part of blog and sample but this one can be easily incorporated into other products. [read more]
CommentsView blog reactions
JavaFX – Passing Arguments
I received a query on how to pass arguments in JavaFX. It basically depends on how we deploy the application. The application can be deployed using JavaWebStart, as an applet or launched from command line. [read more]
CommentsView blog reactions
JavaFX Design Tool
Although you probably didn't see me, I was at JavaOne, where they unveiled the JavaFX design tool. Although the demos were fairly minimal, the elegance, beauty, and genius of Anthony's design showed through to me. [read more]
View blog reactions
Download JavaFX – Post a Blog & Win!
First look - download JavaFX 1.2 to preview. Test this newest version of the JavaFX 1.2 SDK for yourself and tell the world what you think. Post a blog about the features you like most or describing your experience using JavaFX and enter for a ch ... [read more]
View blog reactions
Writing the Pac-Man Game Part 4
My latest article of a series, “Writing the Pac-Man Game in JavaFX Part 4“, was out on June 4. As we continue on bulding the game, the articles are getting more and more interesting now. [read more]
CommentsView blog reactions
This blog has moved!
Thanks to the nice DZone folks, I'm moving this blog to http://alexruiz.developerblogs.com/. It is based on WordPress, which is a welcome change from JRoller. Special thanks to Matt and Wei Ling for making this possible :) [read more]
View blog reactions