Search:

Type: Posts; User: nikhit

Search: Search took 0.07 seconds.

  1. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    ok i will..ill do it by tomoro..its midnight here and got to get some sleep. thank you
  2. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    yes i did tht.. im still not able to send the message from the server to the client in the chat screen. the message is in the string "data" the function chatmessage_1 is suppose to act like the...
  3. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    yeah tht seems to be the problem...in the action performed function...
    //send data
    if (source == but_send)
    {

    System.out.println("Send Data...");
    ...
  4. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    yes it is one main method.. please run the application twice. now you ll have two chat screen..?? the first time you run the app tht is the server and the second time to run the app again tht is the...
  5. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    hmmm.. ok give the port number and click start server.. once you do. u can see a msg in the eclipse output screen. and then u open another chat screen and write the same port number and say connect...
  6. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT code

    this is the code i wrote... im havin a problem. please help me figure it out..
    i used eclipse.. and these are three different classes... ChatServer, ChatClient and NewFrame

    =Norm;150947]
    ...
  7. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    im so sorry for the late reply.. i was actually coding for the design using swing.for now i have created the display.. i have written the code for chat client and chat server.. im running this...
  8. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    ok chat screen is the entire gui.. in which their is the chat box to chat and the quiz game. chat box is the text area where the text is displayed
  9. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    ok so there are two modules.first the multiuser chat having one server and many clients. i have created that using sockets and swing for gui. second is the GAME. now i wanna have a game beside the...
  10. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    Re: CHAT PROJECT

    thank you. i am using swing for the chat module. but i really need help with the connections strings. please help me?
  11. Thread: CHAT PROJECT

    by nikhit
    Replies
    21
    Views
    1,548

    CHAT PROJECT

    i am writing the code for multiuser chat with GUI and i wanna create a quiz game where the all the users i.e the clients can aniticipate in the game. is there a way where we can combine the game and...
Results 1 to 11 of 11