Well, I'm doing pretty good with my WebChat application, but I was thinking to add some smileys!
At first, I would like the app to auto detect the smileys in standard form from a given string and place the image in its place, but I came across the problem: how can I add images to a specific/moving place in a jtextarea?
Also, I can easily write something that will "look for" something like ":)", but then, how would I tell the jtextarea to place a smiley there instead (maybe add 1 word at a time with jtextarea.append(word)?)
In that case, I would need to do an append like function on an image?
Not sure if its possible, but I'm throwing it out there.. lol