In my application, I'd like to create a bullet ed list of data in a label. How can i do this?
When i searched, I found Styled Text bullet ed list with SWT. How can i do the same with Swing?
In my application, I'd like to create a bullet ed list of data in a label. How can i do this?
When i searched, I found Styled Text bullet ed list with SWT. How can i do the same with Swing?
Copyright © 2021 Jogjafile Inc.
Wrap you
Stringin ahtmltag and build away...Given the fact that wasn't part of your original question, that changes the answer, instead, you should be using something like a series of
JRadioButtons, see How to Use Buttons, Check Boxes, and Radio ButtonsRadio buttons and check boxes