stage Questions

8

Solved

I want to handle stage events (i.e. hiding) from my controller class. So all I have to do is to add a listener like this: ((Stage) myPane.getScene().getWindow()).setOn*whatIwant*(...); But the pro...
Hydromedusa asked 6/11, 2012 at 7:18

1

I have two stages for my API Gateway (dev and prod). I want each to point to dev and prod lambda aliases, respectively. I tried using stageVariables in the lambda integration but this raises valida...
Ocam asked 17/11, 2022 at 20:42

1

Solved

Recently I had a contracted company do some work and part of that was to create an API Gateway. When I create one I add a stage with usage plan so I can add an API key. They did not. So now when I ...
Lager asked 30/9, 2022 at 15:47

0

In macOS 13 Ventura How do I check if Stage Manager is enabled in my code? And I want to turn the Stage Manager on or off with code.
Bullroarer asked 21/8, 2022 at 12:41

2

I'm struggling with a problem where one chunk of code runs before it's initialized. @FXML public void Start(int pesel) throws IOException { klientPesel = pesel; root = FXMLLoader.load(getClass()....
Engel asked 3/2, 2017 at 15:46

13

Solved

I am working on making a screen recorder in JavaFX and one utility that is mandatory in the screen recorder is to let the user define how much area to record. I managed to make an undecorated , s...
Respondent asked 18/10, 2013 at 16:55

21

I have problem when trying to close current scene and open up another scene when menuItem is selected. My main stage is coded as below: public void start(Stage primaryStage) throws Exception...
Nertie asked 21/6, 2013 at 5:49

4

Solved

I currently have separate perf tests running as 4 jenkins stages. Currently if a perf test fails the entire pipeline fails. I can mitigate this by wrapping in a try catch which will let me continue...
Saree asked 20/7, 2017 at 18:58

2

I' am making achievements screen in my libgdx game. I want to align my table in scrollPane to top, now it is centred vertically and horizontally and I don't know why. Using .top() method when I've ...
Rentier asked 21/2, 2015 at 22:39

17

Solved

Is it possible to change the application icon using JavaFX, or does it have to be done using Swing?
Selfdetermination asked 12/4, 2012 at 10:43

3

I want to have transparent progressindicator, which is indefinite. here is the code, it shows grey background state/scene. i wanted fully transparent. I tried following code, but it shows backgro...
Labroid asked 2/12, 2015 at 0:58

1

Is there any way to manage the z-index ordering of multiple stages (independent to each other). Something like, say there are three Stages A, B & C. StageA should stay always at back. StageB sh...
Mover asked 22/7, 2019 at 23:50

3

Solved

When I try to setResizable for my scene in javaFX application it doesn't work. I still can change window size. Here's the code for my test application: @Override public void start(Stage stage) thr...
Chiropody asked 23/7, 2013 at 17:10

1

I made a simple game and when it ends it'll display a new Stage with some information: public static void d(String m){ Stage stage = new Stage(); stage.setTitle("GAME FINISHED"); Labe...
Warfold asked 14/3, 2019 at 21:30

3

Solved

I'm making a application in JavaFX 2.0. From my main window I am starting a new window with some settings. After I am done adjusting the settings I want to press a button like "Save changes". I wo...
Rhinestone asked 18/4, 2012 at 15:11

5

Solved

I mean that when using a stage with stageStyle.UTILITY, I don't want to show the "solid white background " but a transparent background. I need a stage doesn't shown on the windows' task bar below...
Aeolus asked 19/3, 2013 at 14:38

3

Solved

I'm a beginning Java programmer, finishing up the "Java 101" class at my local university. I'm also pushing myself to learn some extra topics on the side, including Java FX. I've worked through the...
Orose asked 11/4, 2016 at 14:22

1

I need remove my javafx app from the taskbar. I tried StageStyle.UTILITY. This is works but I need both UNDECORATED and UTILITY stage styles or another solvings. Thank you for your replies.
Strontium asked 12/10, 2017 at 14:32

2

Solved

I know that you can set a stage to have a utility style "Stage.InitStyle(StageStyle.UTILITY);" and you can set it to have a transparent style "Stage.InitStyle(StageStyle.TRANSPARENT);" but ca...
Preacher asked 3/1, 2015 at 20:4

1

Solved

What is the difference between stage 0 and stage 4 phase of JS changes with respect to TC39 Process of JS implementation. Which stage code is recommended for writing production code. P.S: I can ...
Shelter asked 1/2, 2017 at 9:0

3

SEDA: An Architecture for Well-Conditioned, Scalable Internet Services "SEDA is an acronym for staged event-driven architecture, and decomposes a complex, event-driven application into a set of st...
Dull asked 25/8, 2010 at 22:6

6

I have tried the stage.getIcons().add(new Image("attuncore.jpg")); But I don't know what is going wrong .. Please help. Thanks in advance.
Plan asked 23/4, 2012 at 6:32

1

Solved

Trying to make it so when the user "closes" the program clicking all the exit buttons so there is no more tray icon. I called Platform.setImplicitExit(false); so the program still runs in backrou...
Flocculate asked 9/12, 2016 at 0:17

2

Solved

I want to change UI screens from login.fxml to home.fxml. Should I change the Stage or the Scene? I'm not sure which is the best practice? Also, can I use a lambda expression for the handler in t...
Romilly asked 22/11, 2016 at 19:56

4

Solved

The problem I've encountered is that I am using a keyboardEventListener to make a movieclip run around. As I'm a college student, I'm creating this for an assignment but we are forced to use as3 cl...
Mucous asked 21/4, 2010 at 20:36

© 2022 - 2024 — McMap. All rights reserved.