Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaFX events and properties

User_8962UNov 30 2020

Hi,
I'm developing an app in JavaFX which have two wheels of two different models. This app implements many properties because of I want to control so many values in real time. When the current model instance in wheel changes, a controller set the appropiate values in appropiate properties.
So, my problem is when I want click "next" on one of the wheels. The first changes, but not the second.
If I change the second before first, everything its okay, but I "next" the first, and second doesn't reaction to. Doesn't execute the @FXML function associate to the next-arrow ImageView.
What could be happening? What would be the properties-changes-binds-listeners logic?
Thank you all in advance.

Comments
Post Details
Added on Nov 30 2020
0 comments
235 views