Tagged Questions

1
vote
1answer
496 views

JButton with HTML named action and a mnemonic

I have a JButton that is constructed using an Action and this action has a name that is contains html. I then go about setting the mnemonic on the JButton by first parsing out html to get the first ...