JavaFX 2.1.1 Documentation
Posted
by NancyH
on Oracle Blogs
See other posts from Oracle Blogs
or by NancyH
Published on Wed, 20 Jun 2012 02:27:33 +0000
Indexed on
2012/06/20
3:20 UTC
Read the original article
Hit count: 242
/Personal
JavaFX 2.1.1 released on June 12, and few documents were updated on the docs.oracle.com/javafx website.
Besides a new set of release documentation, the Concurrency in JavaFX article was updated with a discussion of how to cancel a task, with a code sample to illustrate that. A new section describes the WorkerStateEvent
class and how to use the convenience methods such as cancelled
, failed
, running
, scheduled
, and succeeded
, which are invoked when the Worker implementation state changes.
Other documents were updated to reflect minor bug fixes, many of them contributed by JavaFX readers using the feedback alias in the sidebar of all of our documentation. Yes, we do respond and pay attention to what you say and at least try to point you in the right direction if we can't solve a problem you're having with a tutorial. We appreciate your feedback!
© Oracle Blogs or respective owner