Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Author: Jindrich Dinga

1. Introduction

This document is the user experience specification for JavaFX Label control.

...

Figure 1 Label That Describes the Use of a Slider
Image RemovedImage Added

You can also use a label to describe a group of components.

In the following picture, the Color label describes a group of three radio buttons. The other text (Red, Green, and Blue) is part of the radio buttons and not a separate component. The Color label is not a separate component for the purpose of navigation.

Figure 2 Label That Describes a Radio Button Group
Image RemovedImage Added

 

Available and Unavailable Labels

...

Figure 3 Available and Unavailable Labels
Image RemovedImage Added

 

Mnemonics in Labels

...

Figure 4 Label With a Mnemonic
Image RemovedImage Added 

 

Labels That Communicate Status and Other Information

...

Figure 5 Labels That Clarify the Meaning of a Progress Bar
Image RemovedImage Added

Use sentence capitalization in the text of a label that communicates status. Do not provide end punctuation unless the text is a complete sentence.

...