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
You can include a bullet in the text being displayed on the label using unicode character.
0x2022 8226 BULLET •
If you are looking for something larger, you can look into this: What would be the Unicode character for big bullet in the middle of the character?
Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With