GridPane class
Dear Friends,
I am new to JavaFX and I am trying to get started with netbeans and javafx. I have the latest netbeans 7.3 and javafx21 installed. But when I am trying to create the object
GridPane grid = new GridPane(); netbeans says cannot find the symbol. This is from the tutorial 2 Creating a Form in JavaFX in http://docs.oracle.com/javafx/2/get_started/form.htm
How can import this class? How can I solve the problem?
THank you