Java Reference
In-Depth Information
24.
scroll down as necessary in the ScrollPane to see the controls shown in Figure 6-10 .
Figure 6-10. The ScrollPane/Miscellaneous tab scrolled to the bottom
25.
enter some text into the TextField that has the prompt text “enter user name,” noting that
each time the text is modified the contents of the TextField are output to the Java console.
26.
enter some text into the PasswordField that has the prompt text “enter password,” noting
that a mask character is displayed instead of the characters that you typed. Click on anything
other than the PasswordField , causing it to lose focus, noting that the contents of the
PasswordField are output to the Java console.
27.
enter some text into the TextArea (labeled “textarea”). Click on anything other than the
TextArea , causing it to lose focus, noting that the contents of the TextArea are output to the
Java console.
28.
slide the thumb of the horizontal Slider to the right, noticing that the ProgressIndicator
above it displays from 0% through 99%, and then Done. slide it all the way to the left,
noticing that ProgressIndicator changes in appearance to its spinning indeterminate state.
29.
slide the thumb of the horizontal ScrollBar to the right, noticing that the ProgressBar
above it represents the same value. slide it all the way to the left, noticing that ProgressBar
changes in appearance to its indeterminate state.
Search WWH ::




Custom Search