Top "Scene" questions

'scene' can refer to various things.

Loading new fxml in the same scene

I have 2 fxml files: Layout (header, menubars and content) Anchorpane (it's supposed to be placed inside the content from the …

javafx fxml scene
Set Height and Width of Stage and Scene in javafx

I develop one javafx application. In my application there are two scenes and one stage. In application the height and …

java javafx stage scene
How to switch scenes in JavaFX

I have looked on many pages to try and find out how to switch scenes but I have been unsuccessful. …

java javafx fxml scenebuilder scene
JavaFX how to change stage

I'm using Netbeans 7.2 with Scene Builder 1.0 to develop a JavaFX application. I have my main screen set up, and I …

java netbeans javafx scene scenebuilder
How to populate a TableView that is defined in an fxml file that is designed in JavaFx Scene Builder

I would like to know how do I populate a TableView with data... All the examples I have seen creates …

tableview javafx-2 builder populate scene
Switching scene in javaFX

I have problem when trying to close current scene and open up another scene when menuItem is selected. My main …

java javafx scene
JavaFX change the image in an imageView

Basically I have a method to load an Image from database into an imageView and a second method to change …

image graphics javafx scene
Cocos2d adding a background image to a layer?

I just finished reading some of the cocos2d documentation, and as far as I understand to add a background …

iphone cocos2d-iphone layer scene
3D Scene Renderer for Python

I'm looking for an easy to use 3D scene renderer for Python. All I'm looking for is to be able …

python 3d scene
JavaFX open a new scene

I want my code to work such that when I click on a Button, a new scene opens, but it …

javafx scene