javafx

satya - Saturday, September 06, 2008 3:25:51 PM

what is javafx?

what is javafx?

satya - Saturday, September 06, 2008 3:26:38 PM

what is javafx any how?

JavaFX is the rich client platform for building RIA and content across all the screens of your life (PC, mobile, TV and other consumer devices). JavaFX can allow developers to quickly and easily build high-impact, immersive RIAs that combine 2D and 3D graphics, high fidelity audio and video, and animation, all while leveraging the power and functionality of the existing Java platform.

satya - Saturday, September 06, 2008 3:27:21 PM

how old is it?

First release in July 2008. A preview release.

satya - Saturday, September 06, 2008 3:33:29 PM

how is this different from applet development?

A key element of JavaFX is JavaFX Script, a scripting language designed for web scripters and designers who like to program in a visual context. It is a simple, declarative language that is easy to learn and allows content authors to write in a format that closely matches the layout of graphical user interfaces. On the other hand, JavaFX Script is a fully object-oriented language, complete with method and attributes, that allows expert programmers build highly complex and robust interfaces.

satya - Saturday, September 06, 2008 3:35:51 PM

what is javafx script?

JavaFX Script is a highly productive scripting language that provides the optimal balance of expressing a rich, expressive graphical interfaces and binding to different data sources to create compelling mash-up applications. JavaFX Script is designed for web scripters and content authors who like to program in a visual context. It is a simple, declarative scripting language that is easy to learn and allows content authors to write in a format that closely matches the layout of graphical user interfaces. The language is fully object-oriented, complete with method and attributes thus allowing expert programmers to build highly complex and robust interfaces.

satya - Saturday, September 06, 2008 3:42:20 PM

show me some javafx code


import javafx.ext.swing.SwingFrame;
   import javafx.ext.swing.Button;
   import javafx.ext.swing.SwingDialog;
   import javafx.ext.swing.Label;

   SwingFrame {
       content: Button {
           text: "Press me!"
           action: function() {
               SwingDialog {
                   title: "You pressed me"
                   content: Label{ text: "Hey, don't do that!"}
                   visible: true
               }
       }
   }

   visible: true
   }

satya - Monday, September 08, 2008 10:05:09 AM

jva.net openjfx: javafx language initiative

jva.net openjfx: javafx language initiative

satya - Monday, September 08, 2008 10:08:21 AM

documentation/articles

documentation/articles

satya - Monday, September 08, 2008 10:09:15 AM

An introductory article

An introductory article

satya - Monday, September 08, 2008 10:15:53 AM

javafx eclipse

Search for: javafx eclipse

satya - Monday, September 08, 2008 10:19:35 AM

eclipse plugin for javafx

eclipse plugin for javafx

satya - Monday, September 08, 2008 10:19:45 AM

the above is article only

the above is article only

satya - Monday, September 08, 2008 10:22:27 AM

Another code sample


import javafx.ui.*;
        
     Frame {
            title: "Hello World JavaFX"
            width: 300
            height: 100
            content: Box {
            content: 
            [Label {
                text: "Hello World"
                toolTipText: "Tool tip"
                font: Font {
                    size: 18
                }
                border: EmptyBorder {
                    top: 10
                    left: 10
                }
                background: Color {
                    blue: 255
                    green: 255
                    red: 255
                }
            }]
            }
            
            visible: true
     }

satya - Monday, September 08, 2008 12:22:35 PM

are there any sites developed in javafx?

Search for: are there any sites developed in javafx?

satya - Monday, September 08, 2008 12:30:22 PM

a related project scenegraph at java.net

a related project scenegraph at java.net

satya - Monday, September 08, 2008 1:32:32 PM

Interview with JavaFX developers. Answers lot of questions.

Interview with JavaFX developers. Answers lot of questions.

satya - Monday, September 08, 2008 2:08:39 PM

forums and what is going on

forums and what is going on

satya - Monday, September 08, 2008 2:22:37 PM

faq's

faq's

satya - Monday, September 08, 2008 2:27:45 PM

There is not a whole lot of support for Eclipse at this time. See this link

There is not a whole lot of support for Eclipse at this time. See this link

satya - Friday, September 12, 2008 10:09:49 PM

you need jdk 6 for javafx. Download jdk

you need jdk 6 for javafx. Download jdk

satya - Friday, September 12, 2008 10:11:54 PM

what is new in java 6?

Search for: what is new in java 6?

satya - Friday, September 12, 2008 10:12:15 PM

what is new in java 6?

what is new in java 6?

satya - Friday, September 12, 2008 10:15:45 PM

java 6 comes with java db

java 6 comes with java db

satya - Friday, September 12, 2008 10:16:23 PM

it takes about 300mb hard drive jdk 6

it takes about 300mb hard drive jdk 6

satya - Wednesday, September 17, 2008 1:11:54 PM

where is the javafx sdk documentation in the install

\NetBeans 6.1\javafx\javafx-sdk1.0pre1\docs\index.html

satya - Wednesday, September 17, 2008 1:12:08 PM

is that available somewhere online?

is that available somewhere online?

satya - Wednesday, September 17, 2008 3:20:18 PM

Another good introductory article using non swing components of javafx

Another good introductory article using non swing components of javafx

satya - Wednesday, September 17, 2008 3:22:41 PM

Creating A Simple JavaFX Application Using NetBeans IDE

Creating A Simple JavaFX Application Using NetBeans IDE

satya - Wednesday, September 17, 2008 3:25:15 PM

What controls do I have in javafx (see javafx api)

What controls do I have in javafx (see javafx api)

satya - Wednesday, September 17, 2008 3:31:43 PM

Creating GUIs with javafx

Creating GUIs with javafx

satya - Wednesday, September 17, 2008 3:34:41 PM

What is scene graph?

What is scene graph?

satya - Wednesday, September 17, 2008 4:51:01 PM

javafx sdk Tutorial

javafx sdk Tutorial

satya - Wednesday, September 17, 2008 4:53:05 PM

how are javafx, swing, scenegraph, and java 2d related?

how are javafx, swing, scenegraph, and java 2d related?

satya - Wednesday, September 17, 2008 4:53:26 PM

A borrowed picture

satya - Thursday, September 18, 2008 2:57:45 PM

what is the class hierarcy of javafx class diagram

Search for: what is the class hierarcy of javafx class diagram

satya - Thursday, September 18, 2008 2:57:59 PM

what is the class hierarcy of javafx class diagram

Show images for: what is the class hierarcy of javafx class diagram

satya - Thursday, September 18, 2008 2:59:28 PM

aha! got it

satya - Thursday, September 18, 2008 3:01:30 PM

Using UI Components in Compiled JavaFX Script Technology - James Weaver

Using UI Components in Compiled JavaFX Script Technology - James Weaver

satya - Saturday, September 20, 2008 1:42:36 PM

Search for javafx blogs at sun

Search for javafx blogs at sun

satya - Saturday, September 20, 2008 1:47:38 PM

Multiple articles from JavaFx learning curve journal

Multiple articles from JavaFx learning curve journal

satya - Saturday, September 20, 2008 2:14:20 PM

Planet javafx

Planet javafx

satya - Saturday, September 20, 2008 2:24:45 PM

Java SE 6u10 to boost applets

Java SE 6u10 to boost applets

satya - Saturday, September 20, 2008 2:33:12 PM

The RIA debate

The RIA debate

satya - Saturday, September 20, 2008 3:02:06 PM

Next generation applets

Next generation applets

satya - Saturday, September 20, 2008 3:08:30 PM

jdk 6

jdk 6

satya - Monday, September 22, 2008 1:46:51 PM

Filthy Rich Clients by Chet Hasse and Romain Guy

Filthy Rich Clients by Chet Hasse and Romain Guy

satya - Monday, September 22, 2008 1:47:26 PM

Javafx script by Jim Weaver

Javafx script by Jim Weaver