Can I add a marker at the beginning of a JavaFX tag?
Here is the basic FXML for tags
<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 the marker in the text displayed on the label using the unicode character.
0x2022 8226 BULLET β’
If you are looking for something more, you can look at this: What will be the Unicode character for the big bullet in the middle of the character?
Hope this helps.
Source: https://habr.com/ru/post/1213146/More articles:Testing an application using libusb without real hardware - testingActiveAndroid, where with the condition "in" - activeandroidGetting IdleX AttributeError - pythonGradle does nothing on the distZip task from the distribution plugin - build.gradleSpring Task Scheduler versus Java ScheduledExecutorService - javaHow can I remove an empty line in logstash - logstashUsing Faye on Heroku in production mode - ruby-on-railsDefault value for optional generic parameter in Swift function - genericsCancellation Token Source Example - c #Use rmarkdown / knitr to keep all the code to the end - rAll Articles