How to create gui chatting java?

Asked By 30 points N/A Posted on -
qa-featured

Hello friends,

How to create gui chatting java? I am practicing java programming language as well as building some graphical user interface for my chatting system. I would like to finalize the gui of my small chatting system that can carry 5 to 10 computers only. Can you give some suggestion? I am having a hard time about the gui.

Thanks and Regards,

Bryan James.

SHARE
Answered By 0 points N/A #178609

How to create gui chatting java?

qa-featured

Hi Brian.

I would recommend you to use NetBeans (https://netbeans.org/downloads/index.html). You can easily create GUIs with this IDE.

Since your aim is to create a simple chatting system, you could keep your GUI as simple as this.

You could also assign a color for each user if you want.

Remember, a chatting system must have a server to enable communication between different computers.

Here is a link to a tutorial that you would find handy: http://www.dreamincode.net/forums/topic/259777-a-simple-chat-program-with-clientserver-gui-optional/

Have fun programming! 🙂

 

Related Questions