Top "Stage" questions

In case of ActionScript terminology, stage is used as a parent Display Object of all assets like images, text, videos, swf, etc.

JavaFX: How to get stage from controller during initialization?

I want to handle stage events (i.e. hiding) from my controller class. So all I have to do is …

javafx initialization javafx-2 javafx-8 stage
JavaFX Application Icon

Is it possible to change the application icon using JavaFX, or does it have to be done using Swing?

java javafx javafx-2 javafx-8 stage
JavaFX Location is not set error message

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

java nullpointerexception javafx stage
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
JavaFX 2.0: Closing a stage (window)

I'm making a application in JavaFX 2.0. From my main window I am starting a new window with some settings. After …

javafx stage
Javafx open another fxml in the another window with button

Is it possible in javafx to open new stages (windows) from another fxml with a button? Thanks for the answers.

javafx window fxml stage
How to set a JavaFX Stage/Frame to Maximized

I'm using JavaFX 2. I want my frame to open maximized but I'm not seeing a way. I searched a bit …

frame stage javafx-2 maximize-window
How to Change the icon on the title bar of a stage in java fx 2.0 of my application

I have tried the stage.getIcons().add(new Image("attuncore.jpg")); But I don't know what is going wrong .. Please …

java javafx javafx-2 javafx-8 stage
Dynamic stageWidth and Height in Flash AS3

This seems like it would be a really easy thing to do, but its been giving me all kinds of …

flash actionscript-3 web-applications stage
How do I get the close event of a stage in JavaFX?

In JavaFX, how can I get the event if a user clicks the Close Button(X) (right most top cross) …

java javafx javafx-2 stage