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.

How to return value from a stage before closing it?

I have a "main stage" where I press a button to open a "second stage" where I have a table, …

javafx return-value stage
Event when window/stage lost focus

How can I run a piece of code (or more exactly: close the stage) when the JavaFX stage lost it's …

java events focus javafx-2 stage
AS3 Cannot access stage from custom class

How can I access the stage and especially the width and mouse position of the flash Movie from a custom …

actionscript-3 sprite stage
Set KeyPressed event for a TextField in JavaFX

I have number of TextField objects inside a pop up window called dialog (type : Stage). I am trying to define …

java javafx event-handling stage
LibGDX stage coordinates change on window resize

I have seen lots of topics on LibGDX and screen/cam coordinates and also some on window resizing, but I …

resize window libgdx coordinates stage
How to retrieve stage from JavaFX Application Class

I am writing an application with 2 different BorderPanes, BorderPane A and BorderPane B. The application has 2 menuitems, such that, when …

show javafx stage scene
javafx - multiple scenes in same stage

At normal At full screen I want to fit the second scene (with pink color) to fit to the exact …

javafx scenebuilder scene stage sametime
how can one detect a finished resizing operation in JavaFX?

I have a stage, a scene and a WebView node. When I expand the window to a larger size - …

java javafx-2 resize stage scene
AS3: MOUSE_OUT not firing when Mouse leaves stage

I am developing a website with nav items that cover the whole stage from top to bottom (see altered image …

actionscript-3 ide stage mouseout mouseleave