I am trying to create a text field similar to the 'tags' field in the Stackoverflow flow 'ask a question' page. That is, every time the use hits tab, the preceding text gets enclosed in a colored rounded rectangle and becomes a 'tag'.
I have started to do this by extending a JTextField; however, it is quite tedious, especially since I am doing custom painting.
Do you have any ideas how to approach this?
Thanks in advance!