The concept of sending data between scenes in JavaFX

preview_player
Показать описание
I have had a few comments asking about the concept of sharing data between multiple scenes in JavaFX. I hope this video shares my take on data sharing and how we can do it is useful to some. An optimal way would be using some kind of database setup, but I thought I would share a more simple and quick solution.

My channel publishes videos regarding programming, software engineering, especially Java and Python. If that is what you are looking for then do not hesitate to join me on this journey!

Subscribe to my YouTube channel:
Рекомендации по теме
Комментарии
Автор

Thank you man, you just saved me more hours of finding another solution for my problem!

fazntz
Автор

That is just insane and that is not being able to share the information between the scenes other than saving it to the DB. Can you imagine the costs of that to a large ERP system?
Oracle did a lousy job with it, considering that this was developed quite late.

stefangabor
Автор

I had always have issue of communicating between windows. But this concept finds me well, Thank you!

teshko-suds
Автор

Briliant, that's exactly what I needed. Thank you very much!

laponiec
Автор

Thank you so much for this, you are a good man!!

ammaarmelethil
Автор

Cant you just have a static varible, like an arraylist that stores it and then initialize it

bigchungusonline