|
Feb 9, 2010
| Author: CodeJustin
| Source: DZone JavaFX Feed
The latest version of the JavaFX SDK is out and available from the usual JavaFX.com downloads page. Looking at the release notes it's a bug fix release with a couple of tweaks for performance that include:
[ read more]
|
|
Feb 8, 2010
| Author: chrisoliver
| Source: Chris Oliver's Weblog
|
|
Feb 8, 2010
| Author: mitchp
| Source: DZone JavaFX Feed
This month not much changed in the index. Objective-C and Go are still scoring all time highs, while staying close to each other. There are 4 programming languages that have a realistic chance of entering the top 20 next month. These are educatio ...
[ read more]
|
|
Feb 8, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
One of the previous post [Applet Startup Time] provided a way to measure start-up time of JavaFX Applets. Many responded with requested information (Thanks a lot!). One of the main concern raised was high start-up time for “Without JavaFX Runtime ...
[ read more]
|
|
Feb 7, 2010
| Author: piliq
| Source: DZone JavaFX Feed
An updated look at a 2d game library being written to use JavaFX and JBox2D
[ read more]
|
|
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 5, 2010
| Author: redalka
| Source: DZone JavaFX Feed
Learn about Real-Time Streaming Protocol support in JavaFX applications.
[ read more]
|
|
Feb 3, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
One of the previous post had a sample to download large files using JavaFX. It relies on HttpRequest attribute sink to specify the output file location. Similarly we can use source attribute for uploading a file.
[ 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 28, 2010
| Author: Jim Weaver
| Source: James Weaver's JavaFX Blog
Today was a busy interesting day for lots of my fellow geeks (like you, perhaps) in that I found myself listening to two webcasts at the same time: The Apple iPad announcement, and the Oracle/Sun Strategy announcements. Being a JavaFX developer, ...
[ read more]
|
|
Jan 26, 2010
| Author: Jim Weaver
| Source: James Weaver's JavaFX Blog
Because of its rich UI capabilities, one very natural and powerful use of JavaFX technology is data visualization. In today's post I'd like to highlight the JavaFX applet that Nik Silver created to visualize and navigate news. Nik's app accesse ...
[ 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]
|
|
Jan 23, 2010
| Author: jfxia
| Source: JFXStudio: sketch, hack, share
The Wipe library is an experimental JavaFX package making animated transitions between pages in a UI easy. For desktop apps it could be used to create simple slide shows, but its real power comes in environments with small UIs (like widgets or ...
[ read more]
|
|
Jan 14, 2010
| Author: gchappell
| Source: JavaFX Blog
The Sun Docs team recently published some new and updated How-To topics. One of the new How-To's is based on a question asked by a reader in the Comments section at the end of one of our articles. We interacted with the reader, came up with a sol ...
[ read more]
|
|
Jan 14, 2010
| Author: Rakesh Menon
| Source: Rakesh Menon
There were many queries related to saving and printing of JavaFX nodes. Users can capture the node as image following the approach outlined in one of previous blog and use ImageIO APIs to save the image to file. For printing, we can use 2D printi ...
[ 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 22, 2009
| Author: Rakesh Menon
| Source: Rakesh Menon
JavaFX + Apache Derby Database + JDBC – I have seen several queries related to this, hence thought of providing a sample application. In order to avoid any back-end database setup, I’m using Embedded Derby which will create database in <UserHome> ...
[ 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]
|
|
Oct 30, 2009
| Author: sanderson
| Source: Sten’s Blog » JavaFX
Paul Lamere over at Music Machinery has a great write-up about Google’s new music search feature. To give you a sense of where he stands, he ends the post with a memorable mantra: “Search is not discovery”.
Search is great if I know that I’m loo ...
[ read more]
|
|
Oct 27, 2009
| Author: sanderson
| Source: Sten’s Blog » JavaFX
Here’s a recent awkward interaction between a Starbucks Barista and me:
Me: I’ll take a Grande Coffee (note, I don’t actually order “just a coffee”, but I’m too embarrassed to write out the actual drink. Being forced to write “Grande” instead of ...
[ read more]
|
|
Oct 6, 2009
| Author: Alex Ruiz
| Source: Alex Ruiz's Weblog
It has been a week since I started using Infinitest while working on FEST-Assert. I’m very pleased with the results, to the point that I’m getting addicted to it!
[ read more]
|