Pages
-
Recent Posts
- Which Would You Rather Have: The Planet, Or A Patent?
- How Copyright Would Make The ‘Singularity’ Infringement If It Ever Arrived
- Network Analysis Reveals Apparent (And Legally Questionable) Attack On Torrent Networks
- Court Dumps Patent Lawsuit Against Tons Of Online Retailers
- Java: Jury Says Google Did Not Infringe / Comprehensive JVM Options List
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
Category Archives: JavaFX
PHPHOST BLOG
Web Hosting Related Articles You May Need
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
Applying Sepia Effect to Loaded Images in JavaFX 2.0
In this blog post, I look at a very simple JavaFX 2.0 application that loads an image provided on the command-line and presents it in both normal form and with JavaFX 2.0′s SepiaTone effect applied to it. The simple application presents the two images … Continue reading
Posted in JavaFX, Syndicated
Leave a comment
The Challenges of a JavaFX Reboot
In Jonathan Giles’s post An FX Experience Retrospective, he starts by looking at the history of JavaFX and focuses on “what has happened in the world of JavaFX” in 2011. I was highly skeptical of JavaFX prior to JavaOne 2010 (see here and here for exam… Continue reading
Posted in JavaFX, Syndicated
Leave a comment
Rendering HTML Within JavaFX
JavaFX 2.0 allows for inclusion of HTML code within a JavaFX application using JavaFX 2.0′s WebView and WebEngine classes from the javafx.scene.web package. This post looks at a very simple example of how this can be done. Much more sophisticated appli… Continue reading
Posted in JavaFX, Syndicated
Leave a comment
Integrating JavaFX 2.0 with Swing and SWT
One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT. Several online resources document how this is done. These include Integrating JavaFX into Swing Applications and SWT Interop. However, in a … Continue reading
Posted in JavaFX, Syndicated
Leave a comment
JavaFX 2.0 Bar and Scatter Charts (and JavaFX 2.1 StackedBarCharts)
JavaFX 2.0 provides built-in capabilities for generating charts, a capability found within the javafx.scene.chart package. In this post, I look at creating bar charts and a scatter chart in using JavaFX 2.0. During the course of this post, I use Guava … Continue reading
Posted in JavaFX, Syndicated
Leave a comment
Sneaking a Peek at JavaFX 2.1 Beta
It was announced earlier this month that the JavaFX 2.1 Developer Preview Edition (early access) for Windows is available for download (previously available for Mac). In the post JavaFX 2.1 early access for Windows (build 06) now available, Jonathan Gi… Continue reading
Posted in JavaFX, Syndicated
Leave a comment
JavaFX 2.0 Path Alternatives
In the post JavaFX 2.0 Christmas Tree (JavaFX 2.0 Shapes), I demonstrated using JavaFX 2.0′s Path class in conjunction with MoveTo and LineTo to draw a simple Christmas tree. In this post, I look at using three alternatives to Path for drawing the Chri… Continue reading
Posted in JavaFX, Syndicated
Leave a comment
LATEST NEWS
