Jul
31

JavaFX was announced at JavaOne…. in 2007, and we are now seeing a preview release.Josh Marinacci of the JavaFX team put together a post with an example that builds the following:The code for this is simply:PLAIN TEXTJAVA: package blogdemo; import javafx.scene.*;import javafx.scene.paint.*;import javafx.scene.geometry.*;import javafx.application.*;import javafx.scene.transform.*;import javafx.input.*;import javafx.animation.*;import java.lang.System; var angle = 0.0; Frame {    windowStyle: WindowStyle.TRANSPARENT  visible: true  […]

More: continued here

No Comments Make A Comment

No comments yet.

Comments RSS Feed   TrackBack URL

Leave a comment

You must be logged in to post a comment.