label
Step-by-step explanation:
Label control is a part of JavaFX package. Label is used to display a short text or an image. Label is also a non-editable text control (i.e. not editable). So in this case of displaying a calculated field which is non-editable since it's just displaying the total sale price of items sold in a given month, so a label control is good for the design view.