-
Book Overview & Buying
-
Table Of Contents
JavaFX 1.2 Application Development Cookbook
By :
As a rich client platform, you will undoubtedly create long-running processes in JavaFX. You will, for instance, need to connect to a remote web server in order to download images or access large data set from a database server. In either case, it is imperative that the user's expectation is managed properly during the execution of these processes, or your application runs the risk of being labeled broken.
One of the most popular ways by which rich client applications manage the user experience during long-running processes is through the use of progress indicator widgets. This recipe shows you how to use JavaFX's built-in progress indicator controls to show progress of a long-running processes.
The progress controls are part of the standard GUI controls offered by JavaFX in the javafx.scene.control package. If you have not used the JavaFX controls, it may be helpful to review the recipe Creating a form with JavaFX controls for some...
Change the font size
Change margin width
Change background colour