Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKonstantinos Pedarakis
21,301 PointsCould we replace the last @fxml technique with a StringProperty technique?
hi,
in this video could we do the same thing on the message field, as we did with the timerText property?
i mean, if we can bind this on to our controller without the use of @FXML anotaion, but with the use of StringProperty as we did with timerText.
Thanks.
Konstantinos Pedarakis
21,301 PointsHi,
yes i mean the TextField. i know that is sure a more straightforward thing, but i like to know both ways if they exist :)
Tomas Verblya
1,998 PointsTomas Verblya
1,998 PointsYou mean binding the TextField? I think Craig said that we can do that, but it might be overkill. I think that with the fx:id way of doing it it's more simple and straightforward.