1

I am looking for good advises in order to make this chatroom :

Chatroom

with Java Swing. I have bee trying all the java swing components for 3 days but I still don't know what to choose.

The container will also have to insert JprogressBars for file transfert. That's why I thought the JTextPane would be a good idea. I could add the icon but I don't know how to structure the paragraph as it is on the picture (sorry I am a newby).

Thank you very much in advance for you help.

Best Regards,

Vincent Roye

StanislavL
  • 56,971
  • 9
  • 68
  • 98
Vincent Roye
  • 2,751
  • 7
  • 33
  • 53
  • 2
    Aren't you kind of getting ahead of yourself? Your post is kind of like "I've been reading a book on anatomy for three days; now please tell me how to start doing brain surgery". – Hovercraft Full Of Eels Nov 04 '11 at 03:59

1 Answers1

2

Here's a very basic example and a helpful tutorial. A standards-based approach will involve learning about XMPP.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045
  • I got to do the XMPP part and it's working, I have a problem for the display of the message now – Vincent Roye Nov 04 '11 at 06:50
  • You're working on an [XMPP client in Java](http://www.google.com/search?q=xmpp+client+java)? Please provide an [sscce](http://sscce.org/) that exhibits the problem you are having. – trashgod Nov 04 '11 at 16:25