In general, a JavaFX application contains one or more stages which corresponds to windows. Each stage has a scene attached to it. Each scene can have an object graph of controls, layouts etc. attached ...
To set up IDEA for JavaFX development, download JavaFX and extract the files. To make things easier, in IDEA, go to File --> Other Settings --> Structure for New Projects --> Global Libraries, click ...