Tagged Questions

6
votes
10answers
2k views

Intuitive way of understanding hexadecimal html color codes?

Is there an intuitive way, or a good mnemonic, for understanding the correspondence between colors and their hexadecimal values?
1
vote
1answer
482 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 ...