D
D
Denis Ilinykh2016-01-08 23:37:39
Java
Denis Ilinykh, 2016-01-08 23:37:39

How to make smooth screen switching in javaFX?

There is a full screen application.
now I'm switching screens through

root = FXMLLoader.load(getClass().getResource(fxml_source));
Scene scene = new Scene(root);
stage.setScene(scene);

but while switching the screen flickers. And is redrawn.
Can you advise how to get around this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Malyarov, 2016-01-09
@Konstantin18ko

Look in this tutorial , there is a tool that describes all the animations.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question