I am making a text application where I can change the text to bold (I will add more in the future).
I put the bold option in a JMenu as a JCheckBox.
I want this checkbox to get selected or deselected depending on whether the insertion point (the blinking line) is on a bold or normal text. Just like it is in Microsoft Word.