Hi all,
I'm developing a chat application using multicast in netbeans. i did the send and receive classes and it works fine by its on, but when i want to call them in the GUI it gives me the messages when i have to push the send button and i want it to show dynamically when someone sends anything
Send button action
I call the send and receive
I tried calling it in the main but it doesn't work!!!
Can anyone Help "^_^"