I want to make chat desktop application using swing component in java.. i want to use socket program.. But how to use socket in my programming?? Please Help me..
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I want to make chat desktop application using swing component in java.. i want to use socket program.. But how to use socket in my programming?? Please Help me..
You should break the problem down into its constituent steps and the solve each small step one at a time. I'd start by reading up on and learning about socket programming, and advancing from there. There are great tutorials that can get you going.
As an aside, your question is very general and in fact overly broad and really can't be answered without having one of us re-writing a tutorial that already exists. You will have a better experience here and on other forums if you ask as specific a question as possible, preferably after having studied the tutorials.