Is it possible to add a bullet point to the start of a JavaFX label?
Here is basic FXML for a label
<Label fx:id="lblTerm1" text="Label" wrapText="true" VBox.vgrow="ALWAYS" />
It outputs something like this
My Name
I would like something like
- My Name