|
Mar 11, 2010
| Author: redalka
| Source: DZone JavaFX Feed
Follow the steps in this article to import localization classes, add property files, and localize the text of a tooltip in a JavaFX application.
[ read more]
|
|
Mar 11, 2010
| Author: Jim Weaver
| Source: DZone JavaFX Feed
Now that the Layar Augmented Reality Browser has been released on the iPhone, I'd appreciate your help in finding Frosty the augmented-reality snowman (or would that be iPhrosty)? Simply do the five-minute augmented-reality scavenger hunt with y ...
[ read more]
|
|
Mar 10, 2010
| Author: jsugrue
| Source: DZone JavaFX Feed
Last June, I introduced my Painter's Canvas article, which presents a technique for rendering complex graphics (such as fireworks, plasma, fractals, and fire). Instead of relying on nodes and javafx.scene.shape.Path objects (such as javafx.scene ...
[ read more]
|
|
Mar 9, 2010
| Author: chrisoliver
| Source: Chris Oliver's Weblog
|
|
Mar 9, 2010
| Author: redalka
| Source: DZone JavaFX Feed
Use the ShapeSubtract and ShapeIntersect classes in the JavaFX Desktop Profile to create novel shapes.
[ read more]
|
|
Mar 8, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
Just thought of providing an outline for design and implementation of JavaFX application. I briefly described this in one of previous post – Custom Layout.To start with we will most likely receive a huge PSD file from designer. You may use Produc ...
[ read more]
|
|
Mar 6, 2010
| Author: Jim Weaver
| Source: James Weaver's JavaFX Blog
If you have a few minutes for some fun and learning, check out these new tutorials from JavaFX Geeks Nancy Hildebrandt, Vaibhav Choudhary and Scott Hommel.
[ read more]
|
|
Mar 5, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
There was a request to write a Flat Carousel, here is an attempt using HBox, ClipView and Timeline.
[ read more]
|
|
Mar 4, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
I would like to highlight two import features in java deployment – Deployment Toolkit and Download-Service (available in Java 1.6.0_18). There is an excellent article on Deploying RIAs in Mixed Environments. This will help in understanding and re ...
[ read more]
|
|
Mar 3, 2010
| Author: kaikfx
| Source: JFXStudio: sketch, hack, share
When I heard about first JavaFX challenge, I decided to participate with some application that can show how powerful this language is. In order to do that, I created my own version of Rubik’s Cube game. Now, after upgrading it to JavaFX 1.2 versi ...
[ read more]
|
|
Feb 28, 2010
| Author: chrisoliver
| Source: Chris Oliver's Weblog
|
|
Feb 25, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
JavaFX Composer preview is available. You can install this plugin. In NetBeans IDE, goto “Tools” -> “Plugins” -> “Available Plugins”. Select “JavaFX Composer” and install the Plugin. Please refer to NetBeans JavaFX Composer for more information.
[ read more]
|
|
Feb 24, 2010
| Author: Jim Weaver
| Source: James Weaver's JavaFX Blog
With JavaFX/Java now being shepherded by Oracle, I thought it appropriate to start an Oracle-Mix forum where the JavaFX community can help each other and give feedback to Oracle JavaFX teams.
[ read more]
|
|
Feb 15, 2010
| Author: carldea
| Source: Carl’s FX Blog
In my opinion 'Perception' is key and when it comes to user experience, it is often said that "If it looks and feels slow, the application is probably not worth running".
[ read more]
|
|
Feb 11, 2010
| Author: gchappell
| Source: JavaFX Blog
One of the key targets in the development of RIAs (Rich Internet Applications) is good performance. You can't provide a good user experience if your feature-rich application has poor performance. The question is how to measure the performance of ...
[ read more]
|
|
Feb 8, 2010
| Author: chrisoliver
| Source: Chris Oliver's Weblog
|
|
Feb 6, 2010
| Author: chrisoliver
| Source: Chris Oliver's Weblog
|
|
Feb 5, 2010
| Author: gchappell
| Source: JavaFX Blog
Vyacheslav Baranov, a software engineer in the JavaFX Media group, discusses streaming media support in JavaFX application. Share first-hand knowledge in the newly published technical tip RTSP Support in JavaFX Applications.
[ read more]
|
|
Feb 2, 2010
| Author: gchappell
| Source: JavaFX Blog
I've recently started a new thread in the "JavaFX geeks and newbies" group on mix.oracle.com. It's entitled: "Let's Create a Documentation 'Wish List'." In it, I am directly interacting with the JavaFX developer community to gather opinions abou ...
[ read more]
|
|
Feb 2, 2010
| Author: Jim Weaver
| Source: James Weaver's JavaFX Blog
Just a quick heads-up: If you have an android mobile device and want to have some fun with
augmented reality, go on the five-minute augmented-reality scavenger hunt. See my aug.mx blog post for details.
[ read more]
|
|
Feb 1, 2010
| Author: gyanlabs
| Source: JFXStudio: sketch, hack, share
I started experimenting with JavaFX1.2. I felt writing complex special effects or writing Animation code in JavaFX is very simple. In a very short time I am able to produce complex visual effects which previously took days to create in Java 2D. ...
[ read more]
|
|
Feb 1, 2010
| Author: Jim Weaver
| Source: James Weaver's JavaFX Blog
The physiology of stress is an interesting topic, even to a layman like me. Relaxing, taking time to enjoy beauty, and exhaling slowly, are important lessons for all of us that are often learned the hard way. While learning such a lesson, I bec ...
[ read more]
|
|
Jan 25, 2010
| Author: toumaille
| Source: JFXStudio: sketch, hack, share
……..
……..
This version is a little cleaner than the previous.
……..
[ read more]
|
|
Jan 25, 2010
| Author: gchappell
| Source: JavaFX Blog
We've received a number of requests from new users asking
for the core tutorial's coverage of data binding to be simplified.
We've listened, and as a result, have divided our coverage of
binding (and triggers) into "basic" and "advanced" lesso ...
[ read more]
|
|
Jan 25, 2010
| Author: jfxia
| Source: JFXStudio: sketch, hack, share
Jonathan Giles recently suggested demos should feature more Keyboard Cats. I was happy to oblige. The links below lead off to a couple of very basic animation demos written in JavaFX featuring a still image and (thanks to Jonathan’s inspiration ...
[ read more]
|
|
Dec 30, 2009
| Author: carldea
| Source: Carl’s FX Blog
The main goal is to properly layout components in order to create a nice looking forms and also to learn the popular layout framework library MigLayout and it's constraints language syntax. Using JavaFX's binding allows the form designer tool to ...
[ read more]
|
|
Dec 12, 2009
| Author: sanderson
| Source: Sten’s Blog » JavaFX
I’ll be giving a talk on JavaFX this upcoming Tuesday, December 15th at the Chicago Java Users Group. The talk is titled “JavaFX for Java Developers”, and is meant to be a survey of JavaFX from the perspective of someone already familiar with Jav ...
[ read more]
|
|
Nov 15, 2009
| Author: carldea
| Source: Carl’s FX Blog
Well organized, JavaFX in Action enables beginners, as well as experienced developers from any language background, to immediately hit the ground running with the JavaFX platform. This book provides great examples that demonstrate the abilities ...
[ read more]
|
|
Nov 11, 2009
| Author: sanderson
| Source: Sten’s Blog » JavaFX
Version 1.1 of the JavaFX-based music discovery application, Music Explorer FX has been released. You can try it here:
[ read more]
|
|
Nov 3, 2009
| Author: Alex Ruiz
| Source: Alex Ruiz's Weblog
We are proud to announce that FEST-Assert 1.2 is out!
[ read more]
|