Can Anyone Help ME?
Hi guys... I am developing a chat application... a real time chat application... Now I need to insert a JFrame to display the list of smileys(emoticons) available so the user can click on the icon....
well.... I need help to achieve this task... Can anyone help me? What I need is to display a list of smileys to add...
[332 byte] By [
asiridola] at [2007-11-26 15:50:25]

# 3
* Create your JFrame.
* Add a layout, in your case something like gridlayout
Look here: http://java.sun.com/docs/books/tutorial/uiswing/layout/grid.html
* Create your JButtons
* Set images (smileys) for each of your buttons
* Add actionlisteners to your buttons
Look here: http://java.sun.com/docs/books/tutorial/uiswing/events/actionlistener.html
* Add your buttons to your layout