JavaFX Software: Animated Custom Dialog

preview_player
Показать описание
We use the built-in API for dialogs and then make an animated custom dialog.

Рекомендации по теме
Комментарии
Автор

This is awesome!

Looking forward to more content like this.

GenuineCoder
Автор

Hey Almas, nice and enjoyable video as always! I was wondering how the new javaFX JARs work, I know that now the project is no longer part of the standard JDK and that if you want to run the JAR by command line interface you need to specify the path to the javaFX libs. Is there an easy way to "include" these libs directly to JAR file, making it an easy click-on executable as in the good old days?

massimomengarda
Автор

It's possible to do it in java swing?

wdr
Автор

How to make a fan animation using JavaFx ?

justwatch
Автор

I've created my custom dialog like this (but didn't animate).
Pane {
BorderPane {
Top { Header }
Center { content }
Bottom { buttons }
}
}
Is it a good design? Will any problem occur if I animate this Pane?

Manikandan-nnbw
Автор

Is there any reason you didn't use the Dialog class?

ogal
Автор

Can you make a circle popping window, so that it has buttons on it?! Something creative! And it pops up at the position of the mouse.

jimishukurow