Are there other ways to get answer from new JavaFX window, except using a Dialog window? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Are there other ways to get answer from new JavaFX window, except using a Dialog window?

I want to open some form and get data from there after clicking some button, but i don't want to use Dialog window.. what other ways do you know.. and what is better?

19th Jan 2017, 8:52 PM
Anton Meleshko
Anton Meleshko - avatar
1 ответ
- 1
you can change the scene of the same window instead of creating a new window.
20th Jan 2017, 9:16 AM
Uran Kajtazaj
Uran Kajtazaj - avatar