Progress Indicator: Creating a JavaFX Custom Node and Binding to a Model
2008年07月31日 23:21 • 查看 15 次 • 打印本文
In today’s post, we’re going to do two things:
Define a ProgressNode control that may be use to show the progress of an operation.
Introduce a model class into the Sound Beans application. As I’ve said before, the “way of JavaFX” is to bind the UI to a model, and this Sound Beans application has gone long enough without one.
评论
发表评论